diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-06-08 10:24:58 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-06-08 10:24:58 +0200 | 
| commit | 9045f33c023f698660a2e45d1b2194c0711abebc (patch) | |
| tree | 6519102cbd7a07ea01ba683ca99fcd62a16be866 /include | |
| parent | 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7 (diff) | |
| download | olio-uboot-2014.01-9045f33c023f698660a2e45d1b2194c0711abebc.tar.xz olio-uboot-2014.01-9045f33c023f698660a2e45d1b2194c0711abebc.zip | |
Fix config problems on SC3 board; make ide_reset_timeout work.
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sc3.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/include/configs/sc3.h b/include/configs/sc3.h index 6b6acfa87..e4357b088 100644 --- a/include/configs/sc3.h +++ b/include/configs/sc3.h @@ -58,7 +58,7 @@   * 0xFFE00000 .... 0xFFFFFFFF -> BOOT-ROM (2 MiB)   */ -#define CONFIG_SOLIDCARD3	1 +#define CONFIG_SC3	1  #define CONFIG_4xx	1  #define CONFIG_405GP	1 @@ -134,7 +134,8 @@  #if 1	/* feel free to disable for development */  #define CONFIG_AUTOBOOT_KEYED		/* Enable password protection	*/  #define CONFIG_AUTOBOOT_PROMPT		"\nSC3 - booting... stop with ENTER\n" -#define CONFIG_AUTOBOOT_DELAY_STR	"\n"	/* 1st "password"	*/ +#define CONFIG_AUTOBOOT_DELAY_STR	"\r"	/* 1st "password"	*/ +#define CONFIG_AUTOBOOT_DELAY_STR2	"\n"	/* 1st "password"	*/  #endif  /* |