xref: /linux/arch/mips/ath25/prom.c (revision d0034a7a4ac7fae708146ac0059b9c47a1543f0d)
1*43cc739fSSergey Ryazanov /*
2*43cc739fSSergey Ryazanov  * This file is subject to the terms and conditions of the GNU General Public
3*43cc739fSSergey Ryazanov  * License.  See the file "COPYING" in the main directory of this archive
4*43cc739fSSergey Ryazanov  * for more details.
5*43cc739fSSergey Ryazanov  *
6*43cc739fSSergey Ryazanov  * Copyright MontaVista Software Inc
7*43cc739fSSergey Ryazanov  * Copyright (C) 2003 Atheros Communications, Inc.,  All Rights Reserved.
8*43cc739fSSergey Ryazanov  * Copyright (C) 2006 FON Technology, SL.
9*43cc739fSSergey Ryazanov  * Copyright (C) 2006 Imre Kaloz <kaloz@openwrt.org>
10*43cc739fSSergey Ryazanov  * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
11*43cc739fSSergey Ryazanov  */
12*43cc739fSSergey Ryazanov 
13*43cc739fSSergey Ryazanov /*
14*43cc739fSSergey Ryazanov  * Prom setup file for AR5312/AR231x SoCs
15*43cc739fSSergey Ryazanov  */
16*43cc739fSSergey Ryazanov 
17*43cc739fSSergey Ryazanov #include <linux/init.h>
18*43cc739fSSergey Ryazanov #include <asm/bootinfo.h>
19*43cc739fSSergey Ryazanov 
prom_init(void)20*43cc739fSSergey Ryazanov void __init prom_init(void)
21*43cc739fSSergey Ryazanov {
22*43cc739fSSergey Ryazanov }
23