Move CXD56_BINARY to boards/arm/cxd56xx/spresense/Kconfig

This commit is contained in:
Xiang Xiao
2020-03-23 14:10:09 +08:00
committed by Ouss4
parent e1385b1074
commit d2e6378322
4 changed files with 9 additions and 9 deletions
-7
View File
@@ -279,13 +279,6 @@ endmenu # Build Setup
menu "Binary Output Formats" 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 config INTELHEX_BINARY
bool "Intel HEX binary format" bool "Intel HEX binary format"
default n default n
+7
View File
@@ -125,4 +125,11 @@ endif # CXD56_LTE_SPI4
endif # CXD56_LTE 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 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 # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
@@ -35,7 +35,7 @@
include ${TOPDIR}/.config include ${TOPDIR}/.config
include ${TOPDIR}/tools/Config.mk 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 include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs
# Setup for the kind of memory that we are executing from # Setup for the kind of memory that we are executing from