mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
eNET: Move initial Global Data into CAR
This commit is contained in:
parent
6002bf03b4
commit
8b1a714013
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@
|
||||||
#define CONFIG_SYS_MONITOR_LEN (256 * 1024)
|
#define CONFIG_SYS_MONITOR_LEN (256 * 1024)
|
||||||
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024)
|
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024)
|
||||||
/* Address of temporary Global Data */
|
/* Address of temporary Global Data */
|
||||||
#define CONFIG_SYS_INIT_GD_ADDR 0x19040000
|
#define CONFIG_SYS_INIT_GD_ADDR CONFIG_SYS_CAR_ADDR
|
||||||
|
|
||||||
|
|
||||||
/* allow to overwrite serial and ethaddr */
|
/* allow to overwrite serial and ethaddr */
|
||||||
|
|
Loading…
Add table
Reference in a new issue