scripts: uboot.sh: use lodaerimage from rkbin
Upstream U-Boot can't generate local loaderimage. Change-Id: Ic5748003cdbd4df2cd8c558acf4f6a02d7307ab0 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
45986beb25
commit
3a02727caf
|
@ -50,6 +50,6 @@ if [ ${BIN_KB} -gt ${MAX_KB} ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
./tools/loaderimage --pack --uboot u-boot.bin uboot.img ${LOAD_ADDR} ${SIZE}
|
||||
../rkbin/tools/loaderimage --pack --uboot u-boot.bin uboot.img ${LOAD_ADDR} ${SIZE}
|
||||
echo "pack uboot okay! Input: u-boot.bin"
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue