mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
hammerhead: move CONFIG_SYS_TEXT_BASE to header
Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
This commit is contained in:
parent
d85edc7c18
commit
15cc55ac93
2 changed files with 1 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
CONFIG_SYS_TEXT_BASE = 0x00000000
|
|
@ -141,6 +141,7 @@
|
|||
#define CONFIG_SYS_MAX_FLASH_SECT 135
|
||||
|
||||
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
|
||||
#define CONFIG_SYS_TEXT_BASE 0x00000000
|
||||
|
||||
#define CONFIG_SYS_INTRAM_BASE 0x24000000
|
||||
#define CONFIG_SYS_INTRAM_SIZE 0x8000
|
||||
|
|
Loading…
Reference in a new issue