commit | e6a9ab5a4cb461030b7cba0307fef2af5f8475d2 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Aug 28 18:54:30 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Sep 18 23:53:56 2017 +0200 |
tree | b636af5fb5541fdca1f0bfd290ae6296a9e0e259 | |
parent | 572d4f2561c4136ab45f8bec8d40c4c59722dcb6 [diff] |
efi_loader: bootefi hello should use loadaddr Command 'bootefi hello' currently uses CONFIG_SYS_LOAD_ADDR as loading address. qemu machines have by default 128 MiB RAM. CONFIG_SYS_LOAD_ADDR for x86 is 0x20000000 (512 MiB). This causes 'bootefi hello' to fail. We should use the environment variable loadaddr if available. It defaults to 0x1000000 (16 MiB) on qemu_x86. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>