diff options
author | Simon Glass | 2023-01-28 15:00:27 -0700 |
---|---|---|
committer | Tom Rini | 2023-02-06 13:04:53 -0500 |
commit | ece763de2f0d348a30655754f2be7100bc7057cc (patch) | |
tree | 8f7243dec74122b67a71fb572ed835b1f69abf36 /include | |
parent | c2488a81b8b88db393de9680de1c26a71ea3afb6 (diff) |
arm: qemu: Switch to a text environment
Use the new environment format so we can drop most of the config.h file.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/qemu-arm.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h index 02f9354c05d..77ab5738254 100644 --- a/include/configs/qemu-arm.h +++ b/include/configs/qemu-arm.h @@ -23,17 +23,4 @@ /* For timer, QEMU emulates an ARMv7/ARMv8 architected timer */ -/* Environment options */ -#define BOOT_TARGETS "qfw usb scsi virtio nvme dhcp" - -#define CFG_EXTRA_ENV_SETTINGS \ - "fdt_high=0xffffffff\0" \ - "initrd_high=0xffffffff\0" \ - "fdt_addr=0x40000000\0" \ - "scriptaddr=0x40200000\0" \ - "pxefile_addr_r=0x40300000\0" \ - "kernel_addr_r=0x40400000\0" \ - "ramdisk_addr_r=0x44000000\0" \ - "boot_targets=" BOOT_TARGETS "\0" - #endif /* __CONFIG_H */ |