aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-10-28 20:16:32 -0400
committerTom Rini <trini@konsulko.com>2021-10-28 20:16:32 -0400
commite926b30e8706d256934a62319ee4a446745ed46d (patch)
tree19812479011f857620af073e0fd292decb45d536
parenta4b220f6ad6478c4c2b9d0280dd05465efe2979d (diff)
downloadu-boot-e926b30e8706d256934a62319ee4a446745ed46d.zip
u-boot-e926b30e8706d256934a62319ee4a446745ed46d.tar.gz
u-boot-e926b30e8706d256934a62319ee4a446745ed46d.tar.bz2
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>
-rw-r--r--include/configs/bcm7260.h1
-rw-r--r--include/configs/bcm7445.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/bcm7260.h b/include/configs/bcm7260.h
index d799ffd..1bae49e 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 989482e..81c3d02 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"