]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
lpc32xx: devkit3250: add spl build support
authorVladimir Zapolskiy <vz@mleia.com>
Fri, 17 Jul 2015 22:47:11 +0000 (01:47 +0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:24:13 +0000 (08:24 +0200)
commit091d2b71d723dfbbd90c4e3a594fb543066d969f
tree7e442660abbbfdf56acf8c6e538be87a14f9a536
parent258af70d6abeff0fa7103dec7713403247e4352b
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>
arch/arm/Kconfig
board/timll/devkit3250/Makefile
board/timll/devkit3250/devkit3250_spl.c [new file with mode: 0644]
configs/devkit3250_defconfig
include/configs/devkit3250.h