From d1c44b70943758d52127f47719d99ba394aae5ec Mon Sep 17 00:00:00 2001 From: Evan Wilson Date: Tue, 28 Jan 2014 18:08:46 -0800 Subject: Removed code not related to AM37 --- include/configs/omap3_h1.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/configs/omap3_h1.h') 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 + \ -- cgit v1.2.3-70-g09d2