mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
MIPS: Move CONFIG_SYS_TEXT_BASE to Kconfig
Move CONFIG_SYS_TEXT_BASE to Kconfig, and add default values in board Kconfig files matching what was present in their config headers. This will make it cleaner to conditionalise the value for Malta based on 32 vs 64 bit builds. Signed-off-by: Paul Burton <paul.burton@imgtec.com>
This commit is contained in:
committed by
Daniel Schwierzeck
parent
6242aa1374
commit
ec35e12331
@@ -10,4 +10,7 @@ config SYS_VENDOR
|
||||
config SYS_CONFIG_NAME
|
||||
default "pic32mzdask"
|
||||
|
||||
config SYS_TEXT_BASE
|
||||
default 0x9d004000
|
||||
|
||||
endif
|
||||
|
Reference in New Issue
Block a user