commit | 89f86a28da3c2f77a268e6f734ccfa9216b1ae0f | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Sat Jul 18 01:47:11 2015 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 12 20:47:34 2015 -0400 |
tree | 6c92441dc7cd54b062d05af510a7684e75c3c2cf | |
parent | 3704e430c70d8314432e59473bc8221ba9e0dc41 [diff] |
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>