diff options
author | Tom Rini <trini@konsulko.com> | 2021-10-30 23:03:50 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-05 11:23:29 -0400 |
commit | 465547bddf7116d49ddcf28aabc3272dc13d8e69 (patch) | |
tree | 72ae8621662cfd88be8ff68b5c7fe016d091ae3a /include | |
parent | 1a77da4b333d25314a861d7be926848b084b8f02 (diff) | |
download | u-boot-465547bddf7116d49ddcf28aabc3272dc13d8e69.tar.gz u-boot-465547bddf7116d49ddcf28aabc3272dc13d8e69.tar.bz2 u-boot-465547bddf7116d49ddcf28aabc3272dc13d8e69.zip |
Convert CONFIG_SYS_TEXT_BASE to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_TEXT_BASE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/bcm7260.h | 1 | ||||
-rw-r--r-- | include/configs/bcm7445.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/bcm7260.h b/include/configs/bcm7260.h index d799ffd066..1bae49e15f 100644 --- a/include/configs/bcm7260.h +++ b/include/configs/bcm7260.h @@ -12,7 +12,6 @@ #define CONFIG_SYS_NS16550_COM1 0xf040c000 -#define CONFIG_SYS_TEXT_BASE 0x10100000 #define CONFIG_SYS_INIT_RAM_ADDR 0x10200000 #include "bcmstb.h" diff --git a/include/configs/bcm7445.h b/include/configs/bcm7445.h index 989482ef35..81c3d02c6b 100644 --- a/include/configs/bcm7445.h +++ b/include/configs/bcm7445.h @@ -12,7 +12,6 @@ #define CONFIG_SYS_NS16550_COM1 0xf040ab00 -#define CONFIG_SYS_TEXT_BASE 0x80100000 #define CONFIG_SYS_INIT_RAM_ADDR 0x80200000 #include "bcmstb.h" |