summaryrefslogtreecommitdiff
path: root/board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-02-23 23:15:10 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:38 +0800
commit32c3b1ac49e465f0a16ab1b906a13b2654a4426e (patch)
tree9a7b43a2711a0b2a66d84f8921b2d39107598280 /board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg
parentdb5e443ad7dcb76cb03cea79e1072c558e1daa1d (diff)
downloadu-boot-imx-32c3b1ac49e465f0a16ab1b906a13b2654a4426e.zip
u-boot-imx-32c3b1ac49e465f0a16ab1b906a13b2654a4426e.tar.gz
u-boot-imx-32c3b1ac49e465f0a16ab1b906a13b2654a4426e.tar.bz2
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 <ye.li@nxp.com>
Diffstat (limited to 'board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg')
-rw-r--r--board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg b/board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg
index ea318a1..a6486b1 100644
--- a/board/freescale/mx6ul_14x14_evk/imximage_lpddr2.cfg
+++ b/board/freescale/mx6ul_14x14_evk/imximage_lpddr2.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)
*
@@ -103,3 +108,4 @@ DATA 4 0x021B0800 0xA1310003
DATA 4 0x021B0004 0x00025576
DATA 4 0x021B0404 0x00011006
DATA 4 0x021B001C 0x00000000
+#endif