summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_evm.h
diff options
context:
space:
mode:
authorSanjeev Premi <premi@ti.com>2009-05-15 23:48:37 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:51 +0200
commit136cf92dc9e84c9a1bf567f1fe741092bf765495 (patch)
tree2ee344a0a87a979aa98a537e18ba90572a5a78ab /include/configs/omap3_evm.h
parent1a09d05abfc6d4d4f1fce9f6bd0275bd1c08d4f5 (diff)
downloadblackbird-obmc-uboot-136cf92dc9e84c9a1bf567f1fe741092bf765495.tar.gz
blackbird-obmc-uboot-136cf92dc9e84c9a1bf567f1fe741092bf765495.zip
OMAP3EVM: Set default bootfile
The current configuration doesn't define default bootfile; leading to this warning at execution: OMAP3_EVM # dhcp ... ... DHCP client bound to address 192.168.1.11 *** Warning: no boot file name; using 'AC18BE16.img' TFTP from server 0.0.0.0; our IP address is 192.168.1.11; sending through gateway 192.168.1.1 Filename 'AC18BE16.img'. Load address: 0x82000000 Loading: * TFTP error: 'File not found' (1) Signed-off-by: Sanjeev Premi <premi@ti.com>
Diffstat (limited to 'include/configs/omap3_evm.h')
-rw-r--r--include/configs/omap3_evm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index 549cef99ff..e205c01b4b 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -149,6 +149,8 @@
/* Environment information */
#define CONFIG_BOOTDELAY 10
+#define CONFIG_BOOTFILE uImage
+
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x82000000\0" \
"console=ttyS2,115200n8\0" \
OpenPOWER on IntegriCloud