Convert CONFIG_SYS_TEXT_BASE to Kconfig
authorTom Rini <trini@konsulko.com>
Sun, 31 Oct 2021 03:03:50 +0000 (23:03 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 5 Nov 2021 15:23:29 +0000 (11:23 -0400)
This converts the following to Kconfig:
CONFIG_SYS_TEXT_BASE

Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/bcm7260.h
include/configs/bcm7445.h

index d799ffd..1bae49e 100644 (file)
@@ -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"
index 989482e..81c3d02 100644 (file)
@@ -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"