diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-03 12:10:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-11 09:30:09 -0500 |
commit | 278b90ce786f73faf29aa522d5d101e1da006378 (patch) | |
tree | d2b04ec5de43d8d9cf23261f7f030bf84e0423a0 /include/configs/km | |
parent | 7c8f00e484658c673d32d8422c96cb64bb571063 (diff) |
configs: Migrate CONFIG_SYS_TEXT_BASE
On the NIOS2 and Xtensa architectures, we do not have
CONFIG_SYS_TEXT_BASE set. This is a strict migration of the current
values into the defconfig and removing them from the headers.
I did not attempt to add more default values in and for now will leave
that to maintainers.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/km')
-rw-r--r-- | include/configs/km/km_arm.h | 1 | ||||
-rw-r--r-- | include/configs/km/kmp204x-common.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index ed58d1e76c..faa3d94a95 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -50,7 +50,6 @@ #include "asm/arch/config.h" -#define CONFIG_SYS_TEXT_BASE 0x07d00000 /* code address before reloc */ #define CONFIG_SYS_MEMTEST_START 0x00400000 /* 4M */ #define CONFIG_SYS_MEMTEST_END 0x007fffff /*(_8M -1) */ #define CONFIG_SYS_LOAD_ADDR 0x00800000 /* default load adr- 8M */ diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index a0c932a2fa..1960d17a3f 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -8,8 +8,6 @@ #ifndef _CONFIG_KMP204X_H #define _CONFIG_KMP204X_H -#define CONFIG_SYS_TEXT_BASE 0xfff40000 - #define CONFIG_KM_DEF_NETDEV "netdev=eth0\0" /* an additionnal option is required for UBI as subpage access is |