blob: 7f9ddb5b8ea8ad8bc89cb985baf42be7eae0954e [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Stefano Babicd81b27a2012-10-10 21:11:46 +00002/*
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.
Stefano Babicd81b27a2012-10-10 21:11:46 +00008 */
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 */
Stefano Babicd81b27a2012-10-10 21:11:46 +000017
18#endif /* __CONFIG_H */