• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión98434a77b02617e516a7988f93316d72d6205b80 (tree)
Tiempo2016-06-01 00:07:53
AutorYoshinori Sato <ysato@user...>
CommiterYoshinori Sato

Log Message

sh: Update load address

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

Cambiar Resumen

Diferencia incremental

--- a/include/configs/shmin.h
+++ b/include/configs/shmin.h
@@ -11,9 +11,9 @@
1111
1212 #define CONFIG_CPU_SH7706 1
1313 /* T-SH7706LAN */
14-#define CONFIG_SHMIN 1
14+/*#define CONFIG_SHMIN 1*/
1515 /* T-SH7706LSR*/
16-/*#define CONFIG_T_SH7706LSR 1*/
16+#define CONFIG_T_SH7706LSR 1
1717
1818 #define CONFIG_CMD_SDRAM
1919 #define CONFIG_CMD_ENV
@@ -35,7 +35,7 @@
3535 #define SHMIN_SDRAM_BASE (0x8C000000)
3636 #define SHMIN_FLASH_BASE_1 (0xA0000000)
3737
38-#define CONFIG_SYS_TEXT_BASE 0x8DFB0000
38+#define CONFIG_SYS_TEXT_BASE 0x8DF80000
3939 #define CONFIG_SYS_LONGHELP /* undef to save memory */
4040 #define CONFIG_SYS_CBSIZE 256 /* Buffer size for input from the Console */
4141 #define CONFIG_SYS_PBSIZE 256 /* Buffer size for Console output */
@@ -57,7 +57,7 @@
5757
5858 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 1 * 1024 * 1024)
5959 #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)
6161 #define CONFIG_SYS_MALLOC_LEN (256 * 1024)
6262 #define CONFIG_SYS_BOOTMAPSZ (8 * 1024 * 1024)
6363