summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-01-29 01:00:28 +0300
committerTom Rini <trini@konsulko.com>2023-02-06 21:04:53 +0300
commit662cfa03cbe212a2b900ea9a69530d2f65ed1704 (patch)
treeb1aa9c97724177bceed556b99c76ae519a02264c /include
parentece763de2f0d348a30655754f2be7100bc7057cc (diff)
downloadu-boot-662cfa03cbe212a2b900ea9a69530d2f65ed1704.tar.xz
arm: qemu: Move GUIDs to the C file
These are only used in one place, so move them there. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/qemu-arm.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h
index 77ab573825..e296f39879 100644
--- a/include/configs/qemu-arm.h
+++ b/include/configs/qemu-arm.h
@@ -6,21 +6,9 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#include <linux/sizes.h>
-
/* Physical memory map */
-
#define CFG_SYS_SDRAM_BASE 0x40000000
-/* GUIDs for capsule updatable firmware images */
-#define QEMU_ARM_UBOOT_IMAGE_GUID \
- EFI_GUID(0xf885b085, 0x99f8, 0x45af, 0x84, 0x7d, \
- 0xd5, 0x14, 0x10, 0x7a, 0x4a, 0x2c)
-
-#define QEMU_ARM64_UBOOT_IMAGE_GUID \
- EFI_GUID(0x058b7d83, 0x50d5, 0x4c47, 0xa1, 0x95, \
- 0x60, 0xd8, 0x6a, 0xd3, 0x41, 0xc4)
-
/* For timer, QEMU emulates an ARMv7/ARMv8 architected timer */
#endif /* __CONFIG_H */