diff options
author | Wolfgang Denk <wd@nyx.denx.de> | 2006-10-09 13:32:53 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@nyx.denx.de> | 2006-10-09 13:32:53 +0200 |
commit | a3bb7bfc06a9ccb7e2f91ccc54a90ae69177214f (patch) | |
tree | b40f5497ed0612956f5b74b662cf6913b4072e78 /tools | |
parent | d262a92f0f6d43d671bfb0d5681246bff14d7997 (diff) | |
parent | 1a1b7374b89a04737c76948b00207b56a1bb37b6 (diff) | |
download | u-boot-imx-a3bb7bfc06a9ccb7e2f91ccc54a90ae69177214f.zip u-boot-imx-a3bb7bfc06a9ccb7e2f91ccc54a90ae69177214f.tar.gz u-boot-imx-a3bb7bfc06a9ccb7e2f91ccc54a90ae69177214f.tar.bz2 |
Merge with /home/sr/git/u-boot/avr32
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mkimage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mkimage.c b/tools/mkimage.c index 60aac79..5f3634d 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -94,6 +94,7 @@ table_entry_t arch_name[] = { { IH_CPU_SPARC, "sparc", "SPARC", }, { IH_CPU_SPARC64, "sparc64", "SPARC 64 Bit", }, { IH_CPU_BLACKFIN, "blackfin", "Blackfin", }, + { IH_CPU_AVR32, "avr32", "AVR32", }, { -1, "", "", }, }; |