diff options
author | Robin Gong <b38343@freescale.com> | 2013-08-30 14:15:28 +0800 |
---|---|---|
committer | Robin Gong <b38343@freescale.com> | 2013-09-02 10:10:20 +0800 |
commit | b4f0b1401c18e020625d4cb24a02d57b55a5219d (patch) | |
tree | b21077d0f05e273c0a00ef9aba257422f3eecc2d /include | |
parent | 14a0649a9611f01a6c8494c38b5d74e867baecc5 (diff) | |
download | u-boot-imx-b4f0b1401c18e020625d4cb24a02d57b55a5219d.zip u-boot-imx-b4f0b1401c18e020625d4cb24a02d57b55a5219d.tar.gz u-boot-imx-b4f0b1401c18e020625d4cb24a02d57b55a5219d.tar.bz2 |
ENGR00276023-3: ARM: mx6: enable ldo bypass check on mx6 board
Enable ldo bypass check on mx6 and get fdt->blob from 'fdt_addr' which
contained the right fdt.
Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6_common.h | 1 | ||||
-rw-r--r-- | include/configs/mx6slevk.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 674bcd3..95f912d 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -20,5 +20,6 @@ #define CONFIG_ARM_ERRATA_742230 #define CONFIG_ARM_ERRATA_743622 #define CONFIG_ARM_ERRATA_751472 +#define CONFIG_LDO_BYPASS_CHECK #endif diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index d8eedb0..48cace6 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -18,6 +18,7 @@ #define CONFIG_MX6 #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_LDO_BYPASS_CHECK #define CONFIG_SYS_L2_PL310 #define CONFIG_SYS_PL310_BASE 0x00A02000 |