mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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>
This commit is contained in:
parent
9ddcdcc03c
commit
f4af97cdb4
1 changed files with 1 additions and 0 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue