diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-10 08:21:57 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-28 20:44:04 -0600 |
commit | 5bda35cffafe4955bbbae820dd17cb6e3cbca8d8 (patch) | |
tree | ee1846a1036f4eea67ec561fe6ef3f18f11e82b8 /include | |
parent | 76539383ea0288985dc6216a92e3d7961df958b3 (diff) | |
download | u-boot-imx-5bda35cffafe4955bbbae820dd17cb6e3cbca8d8.zip u-boot-imx-5bda35cffafe4955bbbae820dd17cb6e3cbca8d8.tar.gz u-boot-imx-5bda35cffafe4955bbbae820dd17cb6e3cbca8d8.tar.bz2 |
x86: image: Add new image type for x64_64
This is a bit odd in that we are permitted to boot images for either, even
though they are separate architectures.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h index a13a302..07e9aed 100644 --- a/include/image.h +++ b/include/image.h @@ -173,6 +173,7 @@ struct lmb; #define IH_ARCH_OPENRISC 21 /* OpenRISC 1000 */ #define IH_ARCH_ARM64 22 /* ARM64 */ #define IH_ARCH_ARC 23 /* Synopsys DesignWare ARC */ +#define IH_ARCH_X86_64 24 /* AMD x86_64, Intel and Via */ /* * Image Types |