diff options
author | Tom Rini <trini@ti.com> | 2014-10-29 15:57:59 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-29 15:57:59 -0400 |
commit | 2c54cb5516238ae93c930dee7f8e353291f2cdfb (patch) | |
tree | 17a1322a88f7381964bb1c89f8ed4b15472bbd3d /common/image.c | |
parent | b8be4e365c6f7b5351037bba5d400ace9363fa0a (diff) | |
parent | 026090e4c51e00841b04abf58f48cc3a45654bc4 (diff) |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'common/image.c')
-rw-r--r-- | common/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c index eb92e6323c0..b75a5ce29a6 100644 --- a/common/image.c +++ b/common/image.c @@ -85,6 +85,7 @@ static const table_entry_t uimage_arch[] = { { IH_ARCH_SANDBOX, "sandbox", "Sandbox", }, { IH_ARCH_ARM64, "arm64", "AArch64", }, { IH_ARCH_ARC, "arc", "ARC", }, + { IH_ARCH_X86_64, "x86_64", "AMD x86_64", }, { -1, "", "", }, }; |