diff options
author | Stefan Roese <sr@denx.de> | 2006-10-09 12:55:38 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-10-09 13:02:00 +0200 |
commit | 1a1b7374b89a04737c76948b00207b56a1bb37b6 (patch) | |
tree | f679c078e1abac599738dee01583de8689190d8f /tools/mkimage.c | |
parent | d82718fed0085b713d223b878c2378aeccc9a3e2 (diff) |
Define IH_CPU_AVR32
Make it possible to generate AVR32 uImage files with mkimage and
make cmd_bootm recognize them.
Patch by Haavard Skinnemoen, 22 Sep 2006
Diffstat (limited to 'tools/mkimage.c')
-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 60aac79f234..5f3634de426 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, "", "", }, }; |