woodburn.h (3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7) | woodburn.h (a5d67547dd9c7a527dfda1967010e703a22441ff) |
---|---|
1/* 2 * (C) Copyright 2011, Stefano Babic <sbabic@denx.de> 3 * 4 * (C) Copyright 2008-2010 Freescale Semiconductor, Inc. 5 * 6 * Configuration for the woodburn board. 7 * 8 * SPDX-License-Identifier: GPL-2.0+ 9 */ 10 11#ifndef __CONFIG_H 12#define __CONFIG_H 13 14#include <asm/arch/imx-regs.h> 15#include "woodburn_common.h" 16 17/* Set TEXT at the beginning of the NOR flash */ 18#define CONFIG_SYS_TEXT_BASE 0xA0000000 | 1/* 2 * (C) Copyright 2011, Stefano Babic <sbabic@denx.de> 3 * 4 * (C) Copyright 2008-2010 Freescale Semiconductor, Inc. 5 * 6 * Configuration for the woodburn board. 7 * 8 * SPDX-License-Identifier: GPL-2.0+ 9 */ 10 11#ifndef __CONFIG_H 12#define __CONFIG_H 13 14#include <asm/arch/imx-regs.h> 15#include "woodburn_common.h" 16 17/* Set TEXT at the beginning of the NOR flash */ 18#define CONFIG_SYS_TEXT_BASE 0xA0000000 |
19#define CONFIG_BOARD_EARLY_INIT_F | |
20 21#endif /* __CONFIG_H */ | 19 20#endif /* __CONFIG_H */ |