From 32c3b1ac49e465f0a16ab1b906a13b2654a4426e Mon Sep 17 00:00:00 2001 From: Ye Li Date: Thu, 23 Feb 2017 23:15:10 +0800 Subject: MLK-14250-5 mx6ulevk: Add plugin boot support Add plugin.S for plugin boot initialization. Need to set "CONFIG_USE_IMXIMG_PLUGIN" for this feature. Add build configurations for the plugin: mx6ul_14x14_evk_plugin_defconfig mx6ul_9x9_evk_plugin_defconfig Signed-off-by: Ye Li --- board/freescale/mx6ul_14x14_evk/imximage.cfg | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'board/freescale/mx6ul_14x14_evk/imximage.cfg') diff --git a/board/freescale/mx6ul_14x14_evk/imximage.cfg b/board/freescale/mx6ul_14x14_evk/imximage.cfg index 699982a..c311593 100644 --- a/board/freescale/mx6ul_14x14_evk/imximage.cfg +++ b/board/freescale/mx6ul_14x14_evk/imximage.cfg @@ -22,6 +22,11 @@ IMAGE_VERSION 2 */ BOOT_FROM sd +#ifdef CONFIG_USE_IMXIMG_PLUGIN +/*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/ +PLUGIN board/freescale/mx6ul_14x14_evk/plugin.bin 0x00907000 +#else + /* * Device Configuration Data (DCD) * @@ -167,3 +172,4 @@ DATA 4 0x021B0004 0x0002552D DATA 4 0x021B0404 0x00011006 DATA 4 0x021B001C 0x00000000 #endif +#endif -- cgit v1.1