diff options
Diffstat (limited to 'include/configs/at91sam9261ek.h')
| -rw-r--r-- | include/configs/at91sam9261ek.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h index 6fd0b832f..014437b5e 100644 --- a/include/configs/at91sam9261ek.h +++ b/include/configs/at91sam9261ek.h @@ -189,7 +189,7 @@  #define CONFIG_ENV_OFFSET	0x4200  #define CONFIG_ENV_ADDR		(CONFIG_SYS_DATAFLASH_LOGIC_ADDR_CS0 + CONFIG_ENV_OFFSET)  #define CONFIG_ENV_SIZE		0x4200 -#define CONFIG_BOOTCOMMAND	"cp.b 0xC0042000 0x22000000 0x210000; bootm" +#define CONFIG_BOOTCOMMAND	"cp.b 0xC0084000 0x22000000 0x210000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\  				"root=/dev/mtdblock0 "			\  				"mtdparts=atmel_nand:-(root) "		\ @@ -203,7 +203,7 @@  #define CONFIG_ENV_OFFSET	0x4200  #define CONFIG_ENV_ADDR		(CONFIG_SYS_DATAFLASH_LOGIC_ADDR_CS3 + CONFIG_ENV_OFFSET)  #define CONFIG_ENV_SIZE		0x4200 -#define CONFIG_BOOTCOMMAND	"cp.b 0xD0042000 0x22000000 0x210000; bootm" +#define CONFIG_BOOTCOMMAND	"cp.b 0xD0084000 0x22000000 0x210000; bootm"  #define CONFIG_BOOTARGS		"console=ttyS0,115200 "			\  				"root=/dev/mtdblock0 "			\  				"mtdparts=atmel_nand:-(root) "		\ @@ -232,6 +232,7 @@  #define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)  #define CONFIG_SYS_LONGHELP  #define CONFIG_CMDLINE_EDITING +#define CONFIG_AUTO_COMPLETE  /*   * Size of malloc() pool |