ax25-ae350: Move CONFIG_SYS_FDT_BASE to Kconfig

The address where the device tree will be passed in to U-Boot at is now
moved to the Kconfig file.  If this is user configurable, it needs to be
exposed rather than hidden, and should probably be renamed as well.

Reviewed-by: Rick Chen <rick@andestech.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2022-05-28 09:13:59 -04:00
parent b4b9a00ed5
commit 14b4817513
2 changed files with 4 additions and 3 deletions

View File

@ -27,6 +27,10 @@ config SPL_TEXT_BASE
config SPL_OPENSBI_LOAD_ADDR
default 0x01000000
config SYS_FDT_BASE
hex
default 0x800f0000 if OF_SEPARATE
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
select RISCV_NDS

View File

@ -20,9 +20,6 @@
* Miscellaneous configurable options
*/
/* DT blob (fdt) address */
#define CONFIG_SYS_FDT_BASE 0x800f0000
/*
* Physical Memory Map
*/