commit | 14b481751314eb331af6255d455dcfe996fa7ffb | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat May 28 09:13:59 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 12:09:29 2022 -0400 |
tree | 8491affabe6d8a5a33649bf431b93aabe44e43bd | |
parent | b4b9a00ed5933048d1d3c88bb63d30235f6543c5 [diff] |
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>