From c229f818a2ff5e3a0048cb9c9f7a072710659357 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 16 Dec 2015 11:29:34 -0600 Subject: [PATCH] LaunchXL-TMS57004: Correct MCU used on the board --- configs/Kconfig | 5 +++-- configs/README.txt | 3 ++- configs/launchxl-tms57004/nsh/defconfig | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/configs/Kconfig b/configs/Kconfig index 29e966523a..2d734fa2b5 100644 --- a/configs/Kconfig +++ b/configs/Kconfig @@ -241,9 +241,10 @@ config ARCH_BOARD_KWIKSTIK_K40 config ARCH_BOARD_LAUNCHXL_TMS57004 bool "TI LaunchXL-TMS57004" - depends on ARCH_CHIP_TMS570LS1227ZWT + depends on CONFIG_ARCH_CHIP_TMS570LS0432PZ ---help--- - TI LaunchXL-TMS57004 development board. + TI LaunchXL-TMS57004 development board featuring the Hercules + TMS570LS0432PZ chip. config ARCH_BOARD_LM3S6432S2E bool "Stellaris RDK-S2E Reference Design Kit" diff --git a/configs/README.txt b/configs/README.txt index ac3aa3765a..479ebe0eff 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -278,7 +278,8 @@ configs/kwikstik-k40. development board. configs/launchxl-tms57004 - TI LaunchXL-TMS57004 development board. + TI LaunchXL-TMS57004 development board featuring the Hercules + TMS570LS0432PZ chip. configs/lincoln60 NuttX port to the Micromint Lincoln 60 board. diff --git a/configs/launchxl-tms57004/nsh/defconfig b/configs/launchxl-tms57004/nsh/defconfig index 2418d95d98..aedeb5a71d 100644 --- a/configs/launchxl-tms57004/nsh/defconfig +++ b/configs/launchxl-tms57004/nsh/defconfig @@ -143,11 +143,11 @@ CONFIG_ARMV7R_TOOLCHAIN_GNU_EABIW=y # # CONFIG_ARCH_CHIP_TMS570LS0232PZ is not set # CONFIG_ARCH_CHIP_TMS570LS0332PZ is not set -# CONFIG_ARCH_CHIP_TMS570LS0432PZ is not set +CONFIG_ARCH_CHIP_TMS570LS0432PZ=y # CONFIG_ARCH_CHIP_TMS570LS0714PZ is not set # CONFIG_ARCH_CHIP_TMS570LS0714PGE is not set # CONFIG_ARCH_CHIP_TMS570LS0714ZWT is not set -CONFIG_ARCH_CHIP_TMS570LS1227ZWT=y +# CONFIG_ARCH_CHIP_TMS570LS1227ZWT is not set # # Architecture Options