From feb58844554b9da08444f4177d744b5717b6841c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Sun, 10 Sep 2017 16:50:21 +0200 Subject: [PATCH] Add load address to u-boot --- build/mk-uboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/mk-uboot.sh b/build/mk-uboot.sh index 208eea2..6f68084 100755 --- a/build/mk-uboot.sh +++ b/build/mk-uboot.sh @@ -45,7 +45,7 @@ elif [ "${CHIP}" == "rk3036" ]; then cat u-boot-dtb.bin >>idbloader.img cp idbloader.img ${OUT}/u-boot/ elif [ "${CHIP}" == "rk3328" ]; then - $TOOLPATH/loaderimage --pack --uboot ./u-boot-dtb.bin uboot.img + $TOOLPATH/loaderimage --pack --uboot ./u-boot-dtb.bin uboot.img 0x200000 dd if=../rkbin/rk33/rk3328_ddr_786MHz_v1.06.bin of=DDRTEMP bs=4 skip=1 tools/mkimage -n rk3328 -T rksd -d DDRTEMP idbloader.img