summaryrefslogtreecommitdiff
path: root/package/u-boot/patches/patch-common_image_c
blob: a895239a578b04e88c98d4465a31ac5b0234b94d (plain)
1
2
3
4
5
6
7
8
9
10
--- u-boot-2015.07.orig/common/image.c	2015-07-14 19:32:21.000000000 +0200
+++ u-boot-2015.07/common/image.c	2015-07-27 13:51:04.000000000 +0200
@@ -87,6 +87,7 @@ static const table_entry_t uimage_arch[]
 	{	IH_ARCH_ARM64,		"arm64",	"AArch64",	},
 	{	IH_ARCH_ARC,		"arc",		"ARC",		},
 	{	IH_ARCH_X86_64,		"x86_64",	"AMD x86_64",	},
+	{       IH_ARCH_XTENSA,         "xtensa",       "XTENSA",       },
 	{	-1,			"",		"",		},
 };