xref: /openbmc/u-boot/include/configs/woodburn.h (revision d81b27a2)
1*d81b27a2SStefano Babic /*
2*d81b27a2SStefano Babic  * (C) Copyright 2011, Stefano Babic <sbabic@denx.de>
3*d81b27a2SStefano Babic  *
4*d81b27a2SStefano Babic  * (C) Copyright 2008-2010 Freescale Semiconductor, Inc.
5*d81b27a2SStefano Babic  *
6*d81b27a2SStefano Babic  * Configuration for the woodburn board.
7*d81b27a2SStefano Babic  *
8*d81b27a2SStefano Babic  * This program is free software; you can redistribute it and/or
9*d81b27a2SStefano Babic  * modify it under the terms of the GNU General Public License as
10*d81b27a2SStefano Babic  * published by the Free Software Foundation; either version 2 of
11*d81b27a2SStefano Babic  * the License, or (at your option) any later version.
12*d81b27a2SStefano Babic  *
13*d81b27a2SStefano Babic  * This program is distributed in the hope that it will be useful,
14*d81b27a2SStefano Babic  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15*d81b27a2SStefano Babic  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the
16*d81b27a2SStefano Babic  * GNU General Public License for more details.
17*d81b27a2SStefano Babic  *
18*d81b27a2SStefano Babic  * You should have received a copy of the GNU General Public License
19*d81b27a2SStefano Babic  * along with this program; if not, write to the Free Software
20*d81b27a2SStefano Babic  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21*d81b27a2SStefano Babic  * MA 02111-1307 USA
22*d81b27a2SStefano Babic  */
23*d81b27a2SStefano Babic 
24*d81b27a2SStefano Babic #ifndef __CONFIG_H
25*d81b27a2SStefano Babic #define __CONFIG_H
26*d81b27a2SStefano Babic 
27*d81b27a2SStefano Babic #include <asm/arch/imx-regs.h>
28*d81b27a2SStefano Babic #include "woodburn_common.h"
29*d81b27a2SStefano Babic 
30*d81b27a2SStefano Babic /* Set TEXT at the beginning of the NOR flash */
31*d81b27a2SStefano Babic #define CONFIG_SYS_TEXT_BASE	0xA0000000
32*d81b27a2SStefano Babic #define CONFIG_BOARD_EARLY_INIT_F
33*d81b27a2SStefano Babic 
34*d81b27a2SStefano Babic #endif				/* __CONFIG_H */
35