summaryrefslogtreecommitdiff
path: root/include/configs/omap3_h1.h
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2014-01-28 18:08:46 -0800
committerEvan Wilson <evan@oliodevices.com>2014-04-03 15:11:02 -0700
commitd1c44b70943758d52127f47719d99ba394aae5ec (patch)
treef932ca69cea874de9e0a6d96cca3202e12f97cc1 /include/configs/omap3_h1.h
parent490a1fec141943221db02936d2fb311906e1948e (diff)
downloadolio-uboot-2014.01-d1c44b70943758d52127f47719d99ba394aae5ec.tar.xz
olio-uboot-2014.01-d1c44b70943758d52127f47719d99ba394aae5ec.zip
Removed code not related to AM37
Diffstat (limited to 'include/configs/omap3_h1.h')
-rw-r--r--include/configs/omap3_h1.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/omap3_h1.h b/include/configs/omap3_h1.h
index 265cdc36f..3c7255f39 100644
--- a/include/configs/omap3_h1.h
+++ b/include/configs/omap3_h1.h
@@ -17,7 +17,7 @@
*/
#define CONFIG_OMAP 1 /* in a TI OMAP core */
#define CONFIG_OMAP34XX 1 /* which is a 34XX */
-#define CONFIG_OMAP3_H1 1 /* working with BEAGLE */
+#define CONFIG_OMAP3_H1 1 /* working with H1 board */
#define CONFIG_OMAP_GPIO
#define CONFIG_OMAP_COMMON
@@ -190,7 +190,7 @@
/* devices */
/* Environment information */
-#define CONFIG_BOOTDELAY 3
+#define CONFIG_BOOTDELAY 5
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x80200000\0" \
@@ -262,7 +262,7 @@
"root=${ramroot} " \
"rootfstype=${ramrootfstype}\0" \
"loadramdisk=load mmc ${bootpart} ${rdaddr} ${bootdir}/${ramdisk}\0" \
- "loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
+ "loadimage=fatload mmc ${bootpart} ${loadaddr} ${bootfile}\0" \
"loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
"mmcboot=echo Booting from mmc ...; " \
"run mmcargs; " \
@@ -316,7 +316,7 @@
*/
#define CONFIG_SYS_LONGHELP /* undef to save memory */
#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
-#define CONFIG_SYS_PROMPT "OMAP3 beagleboard.org # "
+#define CONFIG_SYS_PROMPT "Olio H1 # "
#define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */
/* Print Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \