boards/arm: Fix/verify to errors found in build testing.
This commit is contained in:
parent
63d150dcaf
commit
1386e70d85
@ -247,14 +247,16 @@ config S32K1XX_FLASHCFG_BACKDOOR1
|
||||
default 0xffffffff
|
||||
---help---
|
||||
Refer to the S32K1xx reference manual for a description of the
|
||||
backdoor key.
|
||||
backdoor key. This option selects the first 32-bit word in
|
||||
memory.
|
||||
|
||||
config S32K1XX_FLASHCFG_BACKDOOR2
|
||||
hex "Backdoor comparison key 2"
|
||||
default 0xffffffff
|
||||
---help---
|
||||
Refer to the S32K1xx reference manual for a description of the
|
||||
backdoor key.
|
||||
backdoor key. This option selects the second 32-bit word in
|
||||
memory
|
||||
|
||||
config S32K1XX_FLASHCFG_FPROT
|
||||
hex "Program flash protection bytes"
|
||||
|
@ -313,7 +313,7 @@ Configuration Sub-Directories
|
||||
udp
|
||||
|
||||
This alternative configuration directory is similar to nettest
|
||||
except that is use examples/upd to exercise UDP.
|
||||
except that it uses examples/udp to exercise UDP.
|
||||
|
||||
webserver
|
||||
|
||||
|
@ -11,7 +11,6 @@ CONFIG_ARCH_BOARD="ntosd-dm320"
|
||||
CONFIG_ARCH_BOARD_NTOSD_DM320=y
|
||||
CONFIG_ARCH_CHIP="dm320"
|
||||
CONFIG_ARCH_CHIP_DM320=y
|
||||
CONFIG_ARM_TOOLCHAIN_CODESOURCERYL=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=16945
|
||||
CONFIG_BOOT_RUNFROMSDRAM=y
|
||||
CONFIG_DISABLE_ENVIRON=y
|
||||
@ -49,5 +48,5 @@ CONFIG_START_YEAR=2008
|
||||
CONFIG_TASK_NAME_SIZE=0
|
||||
CONFIG_UART0_SERIAL_CONSOLE=y
|
||||
CONFIG_USERMAIN_STACKSIZE=4096
|
||||
CONFIG_USER_ENTRYPOINT="udp_main"
|
||||
CONFIG_USER_ENTRYPOINT="udpclient_main"
|
||||
CONFIG_WDOG_INTRESERVE=0
|
||||
|
@ -516,11 +516,8 @@ Configuration Directories
|
||||
|
||||
NOTES:
|
||||
|
||||
1. Uses the older, OABI, buildroot toolchain. But that is easily
|
||||
reconfigured:
|
||||
|
||||
CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : Buildroot toolchain
|
||||
CONFIG_ARMV7M_OABI_TOOLCHAIN=y : Older, OABI toolchain
|
||||
1. Uses the default toolchain for the selected platform. But that is
|
||||
easily reconfigured.
|
||||
|
||||
2. In this configuration, the SDRAM is not added to heap but is
|
||||
dedicated to supporting an LCD frame buffer at address 0xa0010000.
|
||||
|
@ -13,8 +13,6 @@ CONFIG_ARCH_CHIP="lpc17xx_40xx"
|
||||
CONFIG_ARCH_CHIP_LPC1788=y
|
||||
CONFIG_ARCH_CHIP_LPC17XX_40XX=y
|
||||
CONFIG_ARCH_STACKDUMP=y
|
||||
CONFIG_ARMV7M_OABI_TOOLCHAIN=y
|
||||
CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y
|
||||
CONFIG_BCH=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=11934
|
||||
CONFIG_BUILTIN=y
|
||||
|
Loading…
Reference in New Issue
Block a user