summaryrefslogtreecommitdiff
path: root/configs/corstone1000_defconfig
diff options
context:
space:
mode:
authorRui Miguel Silva <rui.silva@linaro.org>2023-06-12 11:09:19 +0300
committerTom Rini <trini@konsulko.com>2023-06-19 21:34:16 +0300
commit17c744c3eaf69e195eee291b06d0c2577b334741 (patch)
tree160cbc77f6395c48f832879bf0b22304cb4b62a4 /configs/corstone1000_defconfig
parentbc91ca4b8bcb2d6d6ce6b04b7814bbbdf47374fe (diff)
downloadu-boot-17c744c3eaf69e195eee291b06d0c2577b334741.tar.xz
corstone1000: set kernel_addr based on boot_idx
We need to distinguish between boot banks and from which partition to load the kernel+initramfs to memory. For that, fetch the boot index, fetch the correspondent partition, calculate the correct kernel address and then set the env variable kernel_addr with that value. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
Diffstat (limited to 'configs/corstone1000_defconfig')
-rw-r--r--configs/corstone1000_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/corstone1000_defconfig b/configs/corstone1000_defconfig
index 2d391048cd..5be5335bdf 100644
--- a/configs/corstone1000_defconfig
+++ b/configs/corstone1000_defconfig
@@ -20,6 +20,7 @@ CONFIG_CONSOLE_RECORD=y
CONFIG_LOGLEVEL=7
# CONFIG_DISPLAY_CPUINFO is not set
# CONFIG_DISPLAY_BOARDINFO is not set
+CONFIG_BOARD_LATE_INIT=y
CONFIG_SYS_MAXARGS=64
CONFIG_SYS_CBSIZE=512
# CONFIG_CMD_CONSOLE is not set