summaryrefslogtreecommitdiff
path: root/include/configs/omapl138_lcdk.h
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2017-04-06 09:22:53 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-09 01:32:49 (GMT)
commit4c8865a239a31725f83f63e4571b14dcbc64c3ae (patch)
tree08a02b3036d60eba2d41f010c00ed5b5e1ff3374 /include/configs/omapl138_lcdk.h
parentb8c908762c7828b99af99dd688f775ae53506b1d (diff)
downloadu-boot-4c8865a239a31725f83f63e4571b14dcbc64c3ae.tar.xz
davinci: omapl138_lcdk: remove spiboot
OMAP-L138 LCDK board does not have a SPI flash. Remove spiboot related environment variable definitions. Signed-off-by: Sekhar Nori <nsekhar@ti.com> Reviewed-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/omapl138_lcdk.h')
-rw-r--r--include/configs/omapl138_lcdk.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index 85e95b3..eab80e3 100644
--- a/include/configs/omapl138_lcdk.h
+++ b/include/configs/omapl138_lcdk.h
@@ -263,9 +263,7 @@
#define CONFIG_BOOTARGS "console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw rootwait ip=off"
#define CONFIG_BOOTCOMMAND \
"if mmc rescan; then " \
- "run mmcboot; " \
- "else " \
- "run spiboot; " \
+ "run mmcboot; "
"fi"
#define CONFIG_EXTRA_ENV_SETTINGS \
"fdtaddr=0xc0600000\0" \
@@ -279,11 +277,7 @@
__stringify(CONFIG_BOOTFILE) "; " \
"fatload mmc 0 ${fdtaddr} ${fdtfile}; " \
"run fdtboot; " \
- "fi;\0" \
- "spiboot=" \
- "sf probe 0; " \
- "sf read 0xc0700000 0x80000 0x220000; " \
- "bootz 0xc0700000;\0"
+ "fi;\0"
/*
* U-Boot commands