diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2015-09-21 21:05:16 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2015-09-21 21:05:16 +0000 |
commit | e4eb8a4145945e8f7022bd0c989b8113c39e4fa1 (patch) | |
tree | 59886555d3acbe1c15139f59be23ba63b00318f5 /target | |
parent | a7a0009ceffe1c646b951e0e0bb04944ac90a538 (diff) | |
download | upstream-e4eb8a4145945e8f7022bd0c989b8113c39e4fa1.tar.gz upstream-e4eb8a4145945e8f7022bd0c989b8113c39e4fa1.tar.bz2 upstream-e4eb8a4145945e8f7022bd0c989b8113c39e4fa1.zip |
mxs: adopt SD card generation to fixed U-Boot path
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 47019
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mxs/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index 256d4e663d..7e6a1a000c 100644 --- a/target/linux/mxs/image/Makefile +++ b/target/linux/mxs/image/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 OpenWrt.org +# Copyright (C) 2013-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -57,7 +57,7 @@ define Image/Build/SDCard $(KDIR)/root.$(1) \ $(CONFIG_MXS_SD_BOOT_PARTSIZE) \ $(CONFIG_TARGET_ROOTFS_PARTSIZE) \ - $(BIN_DIR)/uboot-mxs-$(3).sb + $(BIN_DIR)/uboot-mxs-$(3)/uboot-mxs-$(3).sb endef define Image/Build/Profile/olinuxino-maxi |