[PATCH 15/20] ax25-ae350: Move CONFIG_SYS_FDT_BASE to Kconfig

Tom Rini trini at konsulko.com
Sun May 29 18:55:16 CEST 2022


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.

Cc: Rick Chen <rick at andestech.com>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
 board/AndesTech/ax25-ae350/Kconfig | 4 ++++
 include/configs/ax25-ae350.h       | 3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/board/AndesTech/ax25-ae350/Kconfig b/board/AndesTech/ax25-ae350/Kconfig
index e50f505a2ba2..f8cc8e553dbc 100644
--- a/board/AndesTech/ax25-ae350/Kconfig
+++ b/board/AndesTech/ax25-ae350/Kconfig
@@ -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
diff --git a/include/configs/ax25-ae350.h b/include/configs/ax25-ae350.h
index 7a1b9dbd0801..754e90961940 100644
--- a/include/configs/ax25-ae350.h
+++ b/include/configs/ax25-ae350.h
@@ -20,9 +20,6 @@
  * Miscellaneous configurable options
  */
 
-/* DT blob (fdt) address */
-#define CONFIG_SYS_FDT_BASE		0x800f0000
-
 /*
  * Physical Memory Map
  */
-- 
2.25.1



More information about the U-Boot mailing list