]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/mach-footbridge/personal.c
ARM: mach-exynos4: convert boot_params to atag_offset
[mirror_ubuntu-artful-kernel.git] / arch / arm / mach-footbridge / personal.c
CommitLineData
1da177e4
LT
1/*
2 * linux/arch/arm/mach-footbridge/personal.c
3 *
4 * Personal server (Skiff) machine fixup
5 */
6#include <linux/init.h>
70d13e08 7#include <linux/spinlock.h>
1da177e4
LT
8
9#include <asm/hardware/dec21285.h>
10#include <asm/mach-types.h>
11
12#include <asm/mach/arch.h>
13
14#include "common.h"
15
16MACHINE_START(PERSONAL_SERVER, "Compaq-PersonalServer")
e9dea0c6 17 /* Maintainer: Jamey Hicks / George France */
e9dea0c6
RK
18 .boot_params = 0x00000100,
19 .map_io = footbridge_map_io,
20 .init_irq = footbridge_init_irq,
1da177e4
LT
21 .timer = &footbridge_timer,
22MACHINE_END
23