summaryrefslogtreecommitdiff
path: root/configs/omapl138_lcdk_defconfig
diff options
context:
space:
mode:
authorFabien Parent <fparent@baylibre.com>2016-11-29 14:31:34 +0100
committerTom Rini <trini@konsulko.com>2016-12-03 13:21:18 -0500
commitc69a05d0b91ca0eb0e9737f68a2a790ad94bb511 (patch)
tree0f246bb578a6560e439f732f65b056e76d0f0e7e /configs/omapl138_lcdk_defconfig
parentb2b3365a1cc725d3e4f043f533b2f8bcf854d814 (diff)
downloadu-boot-imx-c69a05d0b91ca0eb0e9737f68a2a790ad94bb511.zip
u-boot-imx-c69a05d0b91ca0eb0e9737f68a2a790ad94bb511.tar.gz
u-boot-imx-c69a05d0b91ca0eb0e9737f68a2a790ad94bb511.tar.bz2
davinci: omapl138_lcdk: add NAND SPL boot support
NAND SPL boot was missing. Add it. The README specific to omapl138-lcdk is also removed because its content does not apply anymore, i.e. the generated AIS image can be flashed directly to the NAND without using any external tool to create and bootable AIS image. Signed-off-by: Fabien Parent <fparent@baylibre.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/omapl138_lcdk_defconfig')
-rw-r--r--configs/omapl138_lcdk_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index 4a5f435..52681c9 100644
--- a/configs/omapl138_lcdk_defconfig
+++ b/configs/omapl138_lcdk_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_DAVINCI=y
CONFIG_TARGET_OMAPL138_LCDK=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
+CONFIG_SPL_NAND_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_BOOTDELAY=3
CONFIG_VERSION_VARIABLE=y
@@ -23,6 +24,8 @@ CONFIG_CMD_PING=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_FAT=y
CONFIG_CMD_UBI=y
+CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
+CONFIG_SYS_NAND_U_BOOT_OFFS=0x28000
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_SPI_FLASH_WINBOND=y