diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2015-07-18 01:47:11 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-12 20:47:34 -0400 |
commit | e9b3ce3f7ebf1c0dd13bff799de854a7f2f905e1 (patch) | |
tree | 6c92441dc7cd54b062d05af510a7684e75c3c2cf /arch | |
parent | 768ddeeecf7c49f97b6299e37c02332eba031270 (diff) | |
download | u-boot-e9b3ce3f7ebf1c0dd13bff799de854a7f2f905e1.tar.gz |
lpc32xx: devkit3250: add spl build support
The change adds SPL build support to Timll DevKit3250 board, the
generated SPL image can be uploaded over UART5, JTAG or stored on
NAND. SPL is designed to load U-boot image from NAND.
All new NAND chip defines in board configuration are needed by
SPL NAND "simple" framework, the framework is used to reduce
potentially duplicated code from LPC32xx SLC NAND driver.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8b8269fd13..f2eb09f921 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -121,6 +121,7 @@ config TARGET_MAXBCM config TARGET_DEVKIT3250 bool "Support devkit3250" select CPU_ARM926EJS + select SUPPORT_SPL config TARGET_WORK_92105 bool "Support work_92105" |