diff options
author | Simon Horman <horms@verge.net.au> | 2010-12-08 19:47:15 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-06 20:36:28 -0500 |
commit | eb6908a279dfbe2e1c1714c185e0f523a9749607 (patch) | |
tree | ed8a94c43d42f0aa1c001c87c6fbf0d50e72d0b3 /arch/arm/mach-shmobile/include/mach/zboot.h | |
parent | 5e93c6b4ecd78b1bab49bad1dc2f6ed7ec0115ee (diff) |
ARM: mach-shmobile: mackerel: Add zboot support
When CONFIG_ZBOOT_ROM is selected, the resulting zImage file will be small
boot loader and may be burned to rom or flash.
Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/zboot.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/zboot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/zboot.h b/arch/arm/mach-shmobile/include/mach/zboot.h index 3ad86b7708e9..6d6a205bcf90 100644 --- a/arch/arm/mach-shmobile/include/mach/zboot.h +++ b/arch/arm/mach-shmobile/include/mach/zboot.h | |||
@@ -13,6 +13,9 @@ | |||
13 | #ifdef CONFIG_MACH_AP4EVB | 13 | #ifdef CONFIG_MACH_AP4EVB |
14 | #define MACH_TYPE MACH_TYPE_AP4EVB | 14 | #define MACH_TYPE MACH_TYPE_AP4EVB |
15 | #include "mach/head-ap4evb.txt" | 15 | #include "mach/head-ap4evb.txt" |
16 | #elif CONFIG_MACH_MACKEREL | ||
17 | #define MACH_TYPE MACH_TYPE_MACKEREL | ||
18 | #include "mach/head-mackerel.txt" | ||
16 | #else | 19 | #else |
17 | #error "unsupported board." | 20 | #error "unsupported board." |
18 | #endif | 21 | #endif |