x86: Move initial gd to fixed location

This commit is contained in:
Graeme Russ
2011-02-12 15:11:50 +11:00
parent cfbe861506
commit 2e2613d2c4
4 changed files with 39 additions and 19 deletions

View File

@@ -164,6 +164,9 @@
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
#define CONFIG_SYS_MONITOR_LEN (256 * 1024)
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024)
/* Address of temporary Global Data */
#define CONFIG_SYS_INIT_GD_ADDR 0x19040000
/* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE