diff options
author | Ye Li <ye.li@nxp.com> | 2016-11-25 14:00:55 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 17:24:31 +0800 |
commit | 8dc963c970f81f9cdefff0955eba6b27ca7dc17e (patch) | |
tree | ba9d81953c18d638f9318101c178feacff45fc87 /arch/arm/imx-common | |
parent | 0d6bee19bb3e87ebf984fdc218b3b020006cb2e9 (diff) | |
download | u-boot-imx-8dc963c970f81f9cdefff0955eba6b27ca7dc17e.zip u-boot-imx-8dc963c970f81f9cdefff0955eba6b27ca7dc17e.tar.gz u-boot-imx-8dc963c970f81f9cdefff0955eba6b27ca7dc17e.tar.bz2 |
MLK-13525-1 mx7ulp: Add common plugin codes for mx7ulp
Add common plugin codes to call ROM's hwcnfg_setup and generate IVT2
header.
Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 58ffe85c25ff554c185d8f6fd8b6443f167227da)
Diffstat (limited to 'arch/arm/imx-common')
-rw-r--r-- | arch/arm/imx-common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/imx-common/Kconfig b/arch/arm/imx-common/Kconfig index c2d2f40..effbb8d 100644 --- a/arch/arm/imx-common/Kconfig +++ b/arch/arm/imx-common/Kconfig @@ -27,7 +27,7 @@ config IMX_BOOTAUX config USE_IMXIMG_PLUGIN bool "Use imximage plugin code" - depends on ARCH_MX7 || ARCH_MX6 + depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX7ULP help i.MX6/7 supports DCD and Plugin. Enable this configuration to use Plugin, otherwise DCD will be used. |