[U-Boot] [PATCH V2 6/8] imx: mx6ullevk: support plugin
Tom Rini
trini at konsulko.com
Wed Sep 28 02:46:32 CEST 2016
On Tue, Sep 27, 2016 at 05:23:25PM +0800, Peng Fan wrote:
> Add plugin code for mx6ullevk.
> Define CONFIG_USE_PLUGIN in include/configs/mx6ullevk.h to use plugin code.
This isn't the correct thing to say now that it's in Kconfig.
>
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
> Cc: Stefano Babic <sbabic at denx.de>
> ---
>
> V2:
> Drop the makefile changes, because we have plugin supported in arch/arm/imx-common/Makefile.
>
> board/freescale/mx6ullevk/imximage.cfg | 2 +-
> board/freescale/mx6ullevk/plugin.S | 139 +++++++++++++++++++++++++++++++++
> 2 files changed, 140 insertions(+), 1 deletion(-)
> create mode 100644 board/freescale/mx6ullevk/plugin.S
>
> diff --git a/board/freescale/mx6ullevk/imximage.cfg b/board/freescale/mx6ullevk/imximage.cfg
> index 4604b62..1a21b49 100644
> --- a/board/freescale/mx6ullevk/imximage.cfg
> +++ b/board/freescale/mx6ullevk/imximage.cfg
> @@ -29,7 +29,7 @@ BOOT_FROM nor
> BOOT_FROM sd
> #endif
>
> -#ifdef CONFIG_USE_PLUGIN
> +#ifdef CONFIG_USE_IMXIMG_PLUGIN
We don't have this file yet, and shouldn't introduce it with a new
CONFIG symbol. So the imx6ullevk series needs to be re-worked to just
not have this hunk, and we introduce it in this series here.
Looks good otherwise tho.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160927/8d899369/attachment.sig>
More information about the U-Boot
mailing list