summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-10-09 12:55:38 +0200
committerStefan Roese <sr@denx.de>2006-10-09 13:02:00 +0200
commit1a1b7374b89a04737c76948b00207b56a1bb37b6 (patch)
treef679c078e1abac599738dee01583de8689190d8f /tools
parentd82718fed0085b713d223b878c2378aeccc9a3e2 (diff)
downloadblackbird-obmc-uboot-1a1b7374b89a04737c76948b00207b56a1bb37b6.tar.gz
blackbird-obmc-uboot-1a1b7374b89a04737c76948b00207b56a1bb37b6.zip
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')
-rw-r--r--tools/mkimage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mkimage.c b/tools/mkimage.c
index 60aac79f23..5f3634de42 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, "", "", },
};
OpenPOWER on IntegriCloud