diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-01-04 03:17:15 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-01-06 22:27:30 +0100 |
commit | f4af97cdb4b9d702bf7d76d896e3b6d13a162bb3 (patch) | |
tree | 0a8db29aa3b5a4e4b8dca7c921ba03f77040e480 | |
parent | 9ddcdcc03cc6f0f46895604c589af17fdbdfe8b7 (diff) |
vexpress: adjust loadaddr
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@canonical.com>
-rw-r--r-- | include/configs/vexpress_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index 5d773060d82..aac96d29ba7 100644 --- a/include/configs/vexpress_common.h +++ b/include/configs/vexpress_common.h @@ -147,6 +147,7 @@ #include <config_distro_bootcmd.h> #define CONFIG_EXTRA_ENV_SETTINGS \ + "loadaddr=0x60100000\0" \ "kernel_addr_r=0x60100000\0" \ "fdt_addr_r=0x60000000\0" \ "bootargs=console=tty0 console=ttyAMA0,38400n8\0" \ |