Move CXD56_BINARY to boards/arm/cxd56xx/spresense/Kconfig
This commit is contained in:
parent
e1385b1074
commit
d2e6378322
7
Kconfig
7
Kconfig
|
@ -279,13 +279,6 @@ endmenu # Build Setup
|
|||
|
||||
menu "Binary Output Formats"
|
||||
|
||||
config CXD56_BINARY
|
||||
bool "spk binary format"
|
||||
default n
|
||||
---help---
|
||||
Create nuttx.spk binary format used on spresense board and boards
|
||||
based on cxd56xx arch.
|
||||
|
||||
config INTELHEX_BINARY
|
||||
bool "Intel HEX binary format"
|
||||
default n
|
||||
|
|
|
@ -125,4 +125,11 @@ endif # CXD56_LTE_SPI4
|
|||
|
||||
endif # CXD56_LTE
|
||||
|
||||
config CXD56_BINARY
|
||||
bool "spk binary format"
|
||||
default n
|
||||
---help---
|
||||
Create nuttx.spk binary format used on spresense board and boards
|
||||
based on cxd56xx arch.
|
||||
|
||||
endif
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# board/arm/cxd56xx/script/Config.mk
|
||||
# board/arm/cxd56xx/spresense/script/Config.mk
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
include ${TOPDIR}/.config
|
||||
include ${TOPDIR}/tools/Config.mk
|
||||
include ${TOPDIR}/boards/arm/cxd56xx/scripts/Config.mk
|
||||
include ${TOPDIR}/boards/arm/cxd56xx/spresense/scripts/Config.mk
|
||||
include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs
|
||||
|
||||
# Setup for the kind of memory that we are executing from
|
||||
|
|
Loading…
Reference in New Issue