diff options
author | Boyan Karatotev <boyan.karatotev@arm.com> | 2024-10-25 18:18:15 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-11-04 14:50:43 -0600 |
commit | ea70352af8a7ca0025c44c309dc9e28f6ed956ce (patch) | |
tree | 53931f38ad54049d220d693412591d1cd292d9a5 /arch/arm | |
parent | ed3649472467275e5c9430def028d54263f73a1b (diff) | |
download | u-boot-ea70352af8a7ca0025c44c309dc9e28f6ed956ce.tar.gz |
arm: total_compute: Initialize environment variables
Initialize the environment variables 'fdt_addr_r' and 'kernel_addr_r'
during the misc init phase. The static configurations are not needed,
remove them.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Signed-off-by: Leo Yan <leo.yan@arm.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d0127418ee1..f4ce884e376 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1391,6 +1391,7 @@ config TARGET_TOTAL_COMPUTE select DM_MMC select DM_GPIO imply OF_HAS_PRIOR_STAGE + imply MISC_INIT_R config TARGET_LS2080A_EMU bool "Support ls2080a_emu" |