> From: Tom Rini <tr...@konsulko.com> > Sent: Monday, May 30, 2022 12:55 AM > To: u-boot@lists.denx.de > Cc: Rick Jian-Zhi Chen(陳建志) <r...@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 <r...@andestech.com> > Signed-off-by: Tom Rini <tr...@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 <r...@andestech.com>