diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-04-21 11:08:28 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2016-04-21 11:14:01 +0800 |
commit | 70b1c1bb1ce31c8f9951307c407e1d1c21e2436d (patch) | |
tree | 87bd8bd2a78f92c2084cda1f8622e3308a84af2d | |
parent | 5c8c027bcd9be6a45511f58e6b9f1a5ed1516d4a (diff) | |
download | u-boot-imx-70b1c1bb1ce31c8f9951307c407e1d1c21e2436d.zip u-boot-imx-70b1c1bb1ce31c8f9951307c407e1d1c21e2436d.tar.gz u-boot-imx-70b1c1bb1ce31c8f9951307c407e1d1c21e2436d.tar.bz2 |
MLK-12690 imx: mx6ull: fix build error for plugin
Fix build error for Plugin
"Can't stat board/freescale/mx6ul_14x14_ddr3_arm2/plugin.bin: Bad file descriptor"
Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit 95860f1213c038ef2e5900d1874ff5398ac0be2a)
-rw-r--r-- | board/freescale/mx6ull_ddr3_arm2/imximage.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx6ull_ddr3_arm2/imximage.cfg b/board/freescale/mx6ull_ddr3_arm2/imximage.cfg index 0fc39f7..66acf1e 100644 --- a/board/freescale/mx6ull_ddr3_arm2/imximage.cfg +++ b/board/freescale/mx6ull_ddr3_arm2/imximage.cfg @@ -31,7 +31,7 @@ BOOT_FROM sd #ifdef CONFIG_USE_PLUGIN /*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/ -PLUGIN board/freescale/mx6ul_14x14_ddr3_arm2/plugin.bin 0x00907000 +PLUGIN board/freescale/mx6ull_ddr3_arm2/plugin.bin 0x00907000 #else #ifdef CONFIG_SECURE_BOOT |