diff options
| author | Evan Wilson <evan@oliodevices.com> | 2014-01-28 18:08:46 -0800 |
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2014-04-07 16:38:49 -0700 |
| commit | 3be664cc3012557658087d94e8516967adbf5ba1 (patch) | |
| tree | cff9ba7543571a547bd7fdffa253454f21bc4c16 /include | |
| parent | 416ef0a599d83c4118af0c32ce3ae04eecc4690a (diff) | |
| download | olio-uboot-2014.01-3be664cc3012557658087d94e8516967adbf5ba1.tar.xz olio-uboot-2014.01-3be664cc3012557658087d94e8516967adbf5ba1.zip | |
Removed code not related to AM37
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/omap3_h1.h | 8 |
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 + \ |