diff options
author | Allen Xu <b45815@freescale.com> | 2014-02-26 16:07:56 -0600 |
---|---|---|
committer | Allen Xu <b45815@freescale.com> | 2014-02-27 18:28:25 -0600 |
commit | e88062bfe1b67d4e4880cb3dcb061cfd8b5e15db (patch) | |
tree | 86dbf9764dbdf40ecba68b3255ce877d2e6636b2 | |
parent | 186a3ce4b0486bd21a67d1f01b7551648e9384a9 (diff) | |
download | u-boot-imx-e88062bfe1b67d4e4880cb3dcb061cfd8b5e15db.zip u-boot-imx-e88062bfe1b67d4e4880cb3dcb061cfd8b5e15db.tar.gz u-boot-imx-e88062bfe1b67d4e4880cb3dcb061cfd8b5e15db.tar.bz2 |
ENGR00301262-4 iMX6SX: Add support for QSPI boot
add support for QSPI boot, verified on QSPI2.
Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
Signed-off-by: Allen Xu <b45815@freescale.com>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -467,6 +467,7 @@ $(obj)u-boot.imx: $(obj)u-boot.bin $(CC) -E -x c $(CONFIG_IMX_CONFIG) -I./include -o $(obj)imxcfg.imx $(obj)tools/mkimage -n $(obj)imxcfg.imx -T imximage \ -e $(CONFIG_SYS_TEXT_BASE) -d $< $@ + @rm -f $(obj)imxcfg.imx $(obj)u-boot.kwb: $(obj)u-boot.bin $(obj)tools/mkimage -n $(CONFIG_SYS_KWD_CONFIG) -T kwbimage \ |