diff options
| author | Tom Rini <[email protected]> | 2022-05-28 09:13:59 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-06 12:09:29 -0400 |
| commit | 14b481751314eb331af6255d455dcfe996fa7ffb (patch) | |
| tree | 8491affabe6d8a5a33649bf431b93aabe44e43bd /include | |
| 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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ax25-ae350.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ax25-ae350.h b/include/configs/ax25-ae350.h index 7a1b9dbd080..754e9096194 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 */ |
