commit | df86f153830b226ce9accc3aebf93d5ffafd2be7 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Mon Oct 09 12:55:38 2006 +0200 |
committer | Stefan Roese <sr@denx.de> | Mon Oct 09 13:02:00 2006 +0200 |
tree | f679c078e1abac599738dee01583de8689190d8f | |
parent | 68e83a824494e0470158607443f0f8c0d598bd7c [diff] [blame] |
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
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 @@ { IH_CPU_SPARC, "sparc", "SPARC", }, { IH_CPU_SPARC64, "sparc64", "SPARC 64 Bit", }, { IH_CPU_BLACKFIN, "blackfin", "Blackfin", }, + { IH_CPU_AVR32, "avr32", "AVR32", }, { -1, "", "", }, };