summaryrefslogtreecommitdiff
path: root/configs/devkit3250_defconfig
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2015-07-17 22:47:11 (GMT)
committerTom Rini <trini@konsulko.com>2015-08-13 00:47:34 (GMT)
commite9b3ce3f7ebf1c0dd13bff799de854a7f2f905e1 (patch)
tree6c92441dc7cd54b062d05af510a7684e75c3c2cf /configs/devkit3250_defconfig
parent768ddeeecf7c49f97b6299e37c02332eba031270 (diff)
downloadu-boot-fsl-qoriq-e9b3ce3f7ebf1c0dd13bff799de854a7f2f905e1.tar.xz
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 'configs/devkit3250_defconfig')
-rw-r--r--configs/devkit3250_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/devkit3250_defconfig b/configs/devkit3250_defconfig
index 56d719f..7246da5 100644
--- a/configs/devkit3250_defconfig
+++ b/configs/devkit3250_defconfig
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_TARGET_DEVKIT3250=y
+CONFIG_SPL=y
# CONFIG_CMD_FPGA is not set
# CONFIG_CMD_SETEXPR is not set
CONFIG_DM=y