From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Sun, 9 Oct 2016 07:45:41 +0200 Subject: [U-Boot] [PATCH V3 4/8] imx-common: inctroude USE_IMXIMG_PLUGIN Kconfig In-Reply-To: <1475909892-8827-4-git-send-email-peng.fan@nxp.com> References: <1475909892-8827-1-git-send-email-peng.fan@nxp.com> <1475909892-8827-4-git-send-email-peng.fan@nxp.com> Message-ID: <32ac47ea-2c72-57e8-a6a0-2237e914e45e@nelint.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Peng, Note the typo in the subject header. On 10/08/2016 08:58 AM, Peng Fan wrote: > Introduce USE_IMXIMG_PLUGIN Kconfig > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Reviewed-by: Tom Rini > --- > > V3: > None > > V2: > New > > arch/arm/imx-common/Kconfig | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/imx-common/Kconfig b/arch/arm/imx-common/Kconfig > index 1b7da5a..85eac57 100644 > --- a/arch/arm/imx-common/Kconfig > +++ b/arch/arm/imx-common/Kconfig > @@ -17,3 +17,10 @@ config IMX_BOOTAUX > depends on ARCH_MX7 || ARCH_MX6 > help > bootaux [addr] to boot auxiliary core. > + > +config USE_IMXIMG_PLUGIN > + bool "Using imximage plugin code" s/Using/Use/ > + depends on ARCH_MX7 || ARCH_MX6 > + help > + i.MX6/7 supports DCD and Plugin. Enable this configuration > + to use Plugin, otherwise DCD will be used. > MX5x also supports plugins, right? Also, the alternative isn't really DCD is it? Most (all) of the boards using SPL now are using the essentially empty config file in arch/arm/imx-common/spl_sd.cfg.