mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Move CXD56_BINARY to boards/arm/cxd56xx/spresense/Kconfig
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user