diff options
author | Tom Rini <trini@konsulko.com> | 2018-01-08 12:51:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-08 12:51:47 -0500 |
commit | 2f4c9de3d00b09f74eaf9598ea4edbbc4f99b62d (patch) | |
tree | 253415eae65bc1685bb8722dbd38b0697e7aa7b8 /arch/arm/include/asm/arch-mx6/mx6ul-ddr.h | |
parent | 5e2338079d4497fe87db60b791203e760493780c (diff) | |
parent | ca9d211e2c7801bc3e194d325ece0d3b583b32d2 (diff) |
Merge git://git.denx.de/u-boot-imx
Diffstat (limited to 'arch/arm/include/asm/arch-mx6/mx6ul-ddr.h')
-rw-r--r-- | arch/arm/include/asm/arch-mx6/mx6ul-ddr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mx6/mx6ul-ddr.h b/arch/arm/include/asm/arch-mx6/mx6ul-ddr.h index ed11c4bb4de..518b81208a3 100644 --- a/arch/arm/include/asm/arch-mx6/mx6ul-ddr.h +++ b/arch/arm/include/asm/arch-mx6/mx6ul-ddr.h @@ -7,7 +7,7 @@ #ifndef __ASM_ARCH_MX6UL_DDR_H__ #define __ASM_ARCH_MX6UL_DDR_H__ -#ifndef CONFIG_MX6UL +#if !(defined(CONFIG_MX6UL) || defined(CONFIG_MX6ULL)) #error "wrong CPU" #endif |