summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Kim <ckkim@hardkernel.com>2017-08-07 15:33:42 +0900
committerKevin Kim <ckkim@hardkernel.com>2017-08-07 15:34:19 +0900
commitf98cc910aa9983d9815b58b4fbc5464c4feb7466 (patch)
treefe74eefca1f925f365bf158b2f65603f31f03e83
parentea4d71bca29f284e64e962f57bd306bab03b6cad (diff)
downloadu-boot-odroid-c1-f98cc910aa9983d9815b58b4fbc5464c4feb7466.tar.gz
ODROID-XU4:Update pre-built Image
Change-Id: I9620ab26e27ab88421f573ba826aab1462d17ad1
-rwxr-xr-xsd_fuse/sd_fusing.sh2
-rwxr-xr-x[-rw-r--r--]sd_fuse/u-boot.bin.hardkernelbin615126 -> 615142 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/sd_fuse/sd_fusing.sh b/sd_fuse/sd_fusing.sh
index ed5ce80616..71c2e03d2a 100755
--- a/sd_fuse/sd_fusing.sh
+++ b/sd_fuse/sd_fusing.sh
@@ -59,7 +59,7 @@ elif [ -f ./u-boot.bin ]; then
elif [ -f ../u-boot-dtb.bin ]; then
uboot="../u-boot-dtb.bin"
elif [ -f ./u-boot.bin.hardkernel ]; then
- uboot="../u-boot.bin.hardkernel"
+ uboot="./u-boot.bin.hardkernel"
else
echo "U-Boot blob not found."
exit
diff --git a/sd_fuse/u-boot.bin.hardkernel b/sd_fuse/u-boot.bin.hardkernel
index 7baa6fea91..68f6eb8542 100644..100755
--- a/sd_fuse/u-boot.bin.hardkernel
+++ b/sd_fuse/u-boot.bin.hardkernel
Binary files differ