diff options
author | Ronald G. Minnich <rminnich@google.com> | 2013-11-17 13:49:42 -0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-11-18 16:58:58 +0100 |
commit | 72f15bd2be37f5c28dae044aeec04aabb0db7326 (patch) | |
tree | 02fa3ef44676f7ccbfda10955711db17ff938a54 /util | |
parent | e851a685ef9d6280982465b319971e4252859227 (diff) |
cbfstool: add a constant for the aarch64
Change-Id: Ide2c8b778447de66d95bd8c55b378aa2051ac2a0
Signed-off-by: Ronald G. Minnich <rminnich@google.com>
Reviewed-on: http://review.coreboot.org/4091
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'util')
-rw-r--r-- | util/cbfstool/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cbfstool/elf.h b/util/cbfstool/elf.h index 01af81988a..9ec8c16465 100644 --- a/util/cbfstool/elf.h +++ b/util/cbfstool/elf.h @@ -243,6 +243,7 @@ typedef struct #define EM_ARC_A5 93 /* ARC Cores Tangent-A5 */ #define EM_XTENSA 94 /* Tensilica Xtensa Architecture */ #define EM_NUM 95 +#define EM_AARCH64 183 /* ARM AARCH64 */ /* If it is necessary to assign new unofficial EM_* values, please pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the |