diff options
author | Simon Horman <horms@verge.net.au> | 2010-12-09 00:47:15 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-07 10:36:28 +0900 |
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 3ad86b7708e..6d6a205bcf9 100644 --- a/arch/arm/mach-shmobile/include/mach/zboot.h +++ b/arch/arm/mach-shmobile/include/mach/zboot.h @@ -13,6 +13,9 @@ #ifdef CONFIG_MACH_AP4EVB #define MACH_TYPE MACH_TYPE_AP4EVB #include "mach/head-ap4evb.txt" +#elif CONFIG_MACH_MACKEREL +#define MACH_TYPE MACH_TYPE_MACKEREL +#include "mach/head-mackerel.txt" #else #error "unsupported board." #endif |