@@ -143,6 +143,7 @@ config MACH_BOCKW
config MACH_MARZEN
bool "MARZEN board"
depends on ARCH_R8A7779
+ select ATAGS
select ARCH_REQUIRE_GPIOLIB
select REGULATOR_FIXED_VOLTAGE if REGULATOR
@@ -46,6 +46,7 @@
#include <mach/irqs.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
+#include <asm/setup.h>
#include <asm/traps.h>
/* Fixed 3.3V regulator to be used by SDHI0 */
@@ -409,7 +410,10 @@ static void __init marzen_init(void)
platform_add_devices(marzen_devices, ARRAY_SIZE(marzen_devices));
}
+SHMOBILE_FIXUP(marzen, 0x60000000, 0x10000000)
+
MACHINE_START(MARZEN, "marzen")
+ .fixup = marzen_fixup,
.smp = smp_ops(r8a7779_smp_ops),
.map_io = r8a7779_map_io,
.init_early = r8a7779_add_early_devices,