diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2012-10-23 10:57:47 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-11-10 08:15:40 +0100 |
commit | 5ea6d7c8fc05ad73d930a6fdb430188ff17a70e5 (patch) | |
tree | 482ac54bd799dbf291f03c9c26cea1bce141b0aa /drivers/video | |
parent | 20332a066aff98f39419495821e14edd10b2a3f8 (diff) | |
download | u-boot-imx-5ea6d7c8fc05ad73d930a6fdb430188ff17a70e5.zip u-boot-imx-5ea6d7c8fc05ad73d930a6fdb430188ff17a70e5.tar.gz u-boot-imx-5ea6d7c8fc05ad73d930a6fdb430188ff17a70e5.tar.bz2 |
mx6: use CONFIG_MX6 instead of CONFIG_MX6Q
Use CONFIG_MX6 when the particular processor
variant isn't important.
Reserve the use of CONFIG_MX6Q to
specifically test for quad cores variant.
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/ipu_regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/ipu_regs.h b/drivers/video/ipu_regs.h index a43aa03..982e252 100644 --- a/drivers/video/ipu_regs.h +++ b/drivers/video/ipu_regs.h @@ -55,7 +55,7 @@ #define IPU_TPM_REG_BASE 0x01060000 #define IPU_DC_TMPL_REG_BASE 0x01080000 #define IPU_ISP_TBPR_REG_BASE 0x010C0000 -#elif defined(CONFIG_MX6Q) +#elif defined(CONFIG_MX6) #define IPU_CPMEM_REG_BASE 0x00100000 #define IPU_LUT_REG_BASE 0x00120000 #define IPU_SRM_REG_BASE 0x00140000 |