diff options
author | Paul Burton <paul.burton@imgtec.com> | 2016-05-17 11:56:39 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2016-05-26 01:34:13 +0200 |
commit | ec35e12331512cf5ed0f22005d7b6fb4ccc35969 (patch) | |
tree | 036188d9be0fe471d1de14c4ef21a16752e38d83 /include/configs/pic32mzdask.h | |
parent | 6242aa137427f6da6ca47e7a8c9a9f78ad63e00d (diff) | |
download | u-boot-ec35e12331512cf5ed0f22005d7b6fb4ccc35969.tar.gz u-boot-ec35e12331512cf5ed0f22005d7b6fb4ccc35969.tar.xz u-boot-ec35e12331512cf5ed0f22005d7b6fb4ccc35969.zip |
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>
Diffstat (limited to 'include/configs/pic32mzdask.h')
-rw-r--r-- | include/configs/pic32mzdask.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pic32mzdask.h b/include/configs/pic32mzdask.h index 108c6a2d62..fb2e41fd92 100644 --- a/include/configs/pic32mzdask.h +++ b/include/configs/pic32mzdask.h @@ -10,7 +10,6 @@ #define __PIC32MZDASK_CONFIG_H /* System Configuration */ -#define CONFIG_SYS_TEXT_BASE 0x9d004000 /* .text */ #define CONFIG_DISPLAY_BOARDINFO /*-------------------------------------------- |