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>
This commit is contained in:
Tom Rini 2021-10-30 23:03:50 -04:00
parent 1a77da4b33
commit 465547bddf
2 changed files with 0 additions and 2 deletions

View 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"

View 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"