mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 00:49:43 +00:00
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>
This commit is contained in:
parent
b8c908762c
commit
4c8865a239
1 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue