summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sllevk/imximage.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx6sllevk/imximage.cfg')
-rw-r--r--board/freescale/mx6sllevk/imximage.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/freescale/mx6sllevk/imximage.cfg b/board/freescale/mx6sllevk/imximage.cfg
index 53fb74facc..7d8b323600 100644
--- a/board/freescale/mx6sllevk/imximage.cfg
+++ b/board/freescale/mx6sllevk/imximage.cfg
@@ -23,6 +23,11 @@ IMAGE_VERSION 2
BOOT_FROM sd
+#ifdef CONFIG_USE_IMXIMG_PLUGIN
+/*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/
+PLUGIN board/freescale/mx6sllevk/plugin.bin 0x00907000
+#else
+
#ifdef CONFIG_SECURE_BOOT
CSF CONFIG_CSF_SIZE
#endif
@@ -119,3 +124,4 @@ DATA 4 0x021B0800 0xA1390003
DATA 4 0x021B0004 0x00020052
DATA 4 0x021B0404 0x00011006
DATA 4 0x021B001C 0x00000000
+#endif