diff options
author | Stefano Babic <sbabic@denx.de> | 2012-08-29 01:22:05 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-09-04 17:05:39 -0700 |
commit | baee780013cdb4190f582abd1e53fcd788c70182 (patch) | |
tree | 0f485332fc2222b39f4539e4c0ba5d5ceaef71be /arch/arm/include/asm | |
parent | ff530fc7f05e57d584efc05104b09be91119c650 (diff) | |
download | u-boot-imx-baee780013cdb4190f582abd1e53fcd788c70182.zip u-boot-imx-baee780013cdb4190f582abd1e53fcd788c70182.tar.gz u-boot-imx-baee780013cdb4190f582abd1e53fcd788c70182.tar.bz2 |
video: drop duplicate set of DISPC_CONFIG register
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/arch-omap3/dss.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-omap3/dss.h b/arch/arm/include/asm/arch-omap3/dss.h index a830c43..8913a71 100644 --- a/arch/arm/include/asm/arch-omap3/dss.h +++ b/arch/arm/include/asm/arch-omap3/dss.h @@ -142,7 +142,6 @@ struct venc_regs { }; /* Few Register Offsets */ -#define FRAME_MODE_SHIFT 1 #define TFTSTN_SHIFT 3 #define DATALINES_SHIFT 8 |