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

2 Jun
2022
2 Jun
'22
3:14 a.m.
From: Tom Rini trini@konsulko.com Sent: Monday, May 30, 2022 12:55 AM To: u-boot@lists.denx.de Cc: Rick Jian-Zhi Chen(陳建志) rick@andestech.com Subject: [PATCH 15/20] 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.
Cc: Rick Chen rick@andestech.com Signed-off-by: Tom Rini trini@konsulko.com
board/AndesTech/ax25-ae350/Kconfig | 4 ++++ include/configs/ax25-ae350.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-)
Reviewed-by: Rick Chen rick@andestech.com
1071
Age (days ago)
1071
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rick Chen