summaryrefslogtreecommitdiff
path: root/configs/microchip_mpfs_icicle_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-03 00:42:44 +0300
committerTom Rini <trini@konsulko.com>2022-12-22 18:31:48 +0300
commit32b7e39db4d3af0d94f1387a7641152f375b23ac (patch)
tree5fe19758a7a45767fe603c4315f91c3149653449 /configs/microchip_mpfs_icicle_defconfig
parentc46597155ec38114c9908a6c6fed6819223e6adc (diff)
downloadu-boot-32b7e39db4d3af0d94f1387a7641152f375b23ac.tar.xz
Convert CONFIG_STANDALONE_LOAD_ADDR to Kconfig
This converts the following to Kconfig: CONFIG_STANDALONE_LOAD_ADDR Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/microchip_mpfs_icicle_defconfig')
-rw-r--r--configs/microchip_mpfs_icicle_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_icicle_defconfig
index fbb2df4a74..c2b938e7e7 100644
--- a/configs/microchip_mpfs_icicle_defconfig
+++ b/configs/microchip_mpfs_icicle_defconfig
@@ -12,6 +12,7 @@ CONFIG_RISCV_SMODE=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000
+CONFIG_STANDALONE_LOAD_ADDR=0x80200000
CONFIG_FIT=y
CONFIG_DISPLAY_CPUINFO=y
CONFIG_DISPLAY_BOARDINFO=y