9
0
Fork 0

i.MX27 regs remove unnecessary include

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-11-27 15:32:53 +01:00
parent 6e94a6d8db
commit abb5c25bbb
2 changed files with 1 additions and 2 deletions

View File

@ -7,6 +7,7 @@
#include <config.h>
#include <mach/imx27-regs.h>
#include <mach/imx-pll.h>
#include <mach/esdctl.h>
#include <asm/barebox-arm-head.h>
#define writel(val, reg) \

View File

@ -124,8 +124,6 @@
#define MX27_WBCR 0x1C /* Well Bias Control Register */
#define MX27_DSCR(x) (0x1C + ((x) << 2)) /* Driving Strength Control Register 1 - 13 */
#include "esdctl.h"
/* PLL registers (base: MX27_CCM_BASE_ADDR) */
#define MX27_CSCR 0x00 /* Clock Source Control Register */
#define MX27_MPCTL0 0x04 /* MCU PLL Control Register 0 */