[PATCH v2 1/3] vexpress: adjust loadaddr
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Thu Jan 5 21:25:34 CET 2023
On the vexpress_ca9x4 $loadaddr points to a memory area used by the EFI
sub-system. Use the same value as $kernel_addr_r which is safe.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
v2:
no change
---
include/configs/vexpress_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h
index ba7731bfca..2c1507a818 100644
--- a/include/configs/vexpress_common.h
+++ b/include/configs/vexpress_common.h
@@ -146,6 +146,7 @@
#include <config_distro_bootcmd.h>
#define CFG_EXTRA_ENV_SETTINGS \
+ "loadaddr=0x60100000\0" \
"kernel_addr_r=0x60100000\0" \
"fdt_addr_r=0x60000000\0" \
"bootargs=console=tty0 console=ttyAMA0,38400n8\0" \
--
2.37.2
More information about the U-Boot
mailing list