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