e120577695705c7411bc75db44e1596b240449ca
4 * Generic ADM5120 based board
6 * Copyright (C) 2007 OpenWrt.org
7 * Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
9 * This program is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License version 2 as published
11 * by the Free Software Foundation.
15 #include <linux/kernel.h>
16 #include <linux/init.h>
18 #include <asm/bootinfo.h>
21 #include <adm5120_board.h>
22 #include <adm5120_platform.h>
24 static struct platform_device
*generic_devices
[] __initdata
= {
25 &adm5120_flash0_device
,
29 /*--------------------------------------------------------------------------*/
31 ADM5120_BOARD_START(GENERIC
, "Generic ADM5120 board")
33 .num_devices
= ARRAY_SIZE(generic_devices
),
34 .devices
= generic_devices
,
This page took 0.040785 seconds and 3 git commands to generate.