Revisión | 98434a77b02617e516a7988f93316d72d6205b80 (tree) |
---|---|
Tiempo | 2016-06-01 00:07:53 |
Autor | Yoshinori Sato <ysato@user...> |
Commiter | Yoshinori Sato |
sh: Update load address
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
@@ -11,9 +11,9 @@ | ||
11 | 11 | |
12 | 12 | #define CONFIG_CPU_SH7706 1 |
13 | 13 | /* T-SH7706LAN */ |
14 | -#define CONFIG_SHMIN 1 | |
14 | +/*#define CONFIG_SHMIN 1*/ | |
15 | 15 | /* T-SH7706LSR*/ |
16 | -/*#define CONFIG_T_SH7706LSR 1*/ | |
16 | +#define CONFIG_T_SH7706LSR 1 | |
17 | 17 | |
18 | 18 | #define CONFIG_CMD_SDRAM |
19 | 19 | #define CONFIG_CMD_ENV |
@@ -35,7 +35,7 @@ | ||
35 | 35 | #define SHMIN_SDRAM_BASE (0x8C000000) |
36 | 36 | #define SHMIN_FLASH_BASE_1 (0xA0000000) |
37 | 37 | |
38 | -#define CONFIG_SYS_TEXT_BASE 0x8DFB0000 | |
38 | +#define CONFIG_SYS_TEXT_BASE 0x8DF80000 | |
39 | 39 | #define CONFIG_SYS_LONGHELP /* undef to save memory */ |
40 | 40 | #define CONFIG_SYS_CBSIZE 256 /* Buffer size for input from the Console */ |
41 | 41 | #define CONFIG_SYS_PBSIZE 256 /* Buffer size for Console output */ |
@@ -57,7 +57,7 @@ | ||
57 | 57 | |
58 | 58 | #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 1 * 1024 * 1024) |
59 | 59 | #define CONFIG_SYS_MONITOR_BASE (SHMIN_FLASH_BASE_1 + CONFIG_ENV_SECT_SIZE) |
60 | -#define CONFIG_SYS_MONITOR_LEN (320 * 1024) | |
60 | +#define CONFIG_SYS_MONITOR_LEN (512 * 1024) | |
61 | 61 | #define CONFIG_SYS_MALLOC_LEN (256 * 1024) |
62 | 62 | #define CONFIG_SYS_BOOTMAPSZ (8 * 1024 * 1024) |
63 | 63 |