File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ declare -A GIT_REL GIT_COMMIT GIT_URL
77GIT_REL[imx-atf]=lf-6.6.36-2.1.0
88GIT_URL[imx-atf]=https://github.com/nxp-imx/imx-atf.git
99GIT_REL[uboot-imx]=lf-6.6.52-2.2.0-sr-imx8
10- GIT_COMMIT[uboot-imx]=9b3315107afbd588392421da710f8a6339336475
10+ GIT_COMMIT[uboot-imx]=0da4b811f8096dc81a4de5502e51815dd0b683e0
1111GIT_URL[uboot-imx]=https://github.com/SolidRun/u-boot.git
1212GIT_REL[linux-imx]=lf-6.6-sr-imx8
1313GIT_COMMIT[linux-imx]=009834fcd03cf28e9e0282197776e0e35dff751a
@@ -386,7 +386,7 @@ DEFAULT default
386386MENU TITLE SolidRun i.MX8MN Reference BSP
387387LABEL default
388388 MENU LABEL default
389- LINUX ../Image
389+ LINUX ../Image.gz
390390 FDTDIR ../
391391 APPEND console=\$ {console} earlycon=ec_imx6q,0x30890000,115200 root=PARTUUID=$PARTUUID rw rootwait \$ {bootargs}
392392EOF
@@ -432,7 +432,7 @@ do_generate_extlinux ${ROOTDIR}/images/extlinux.conf ${IMG} 2
432432
433433mmd -i tmp/part1.fat32 ::/extlinux
434434mcopy -i tmp/part1.fat32 $ROOTDIR /images/extlinux.conf ::/extlinux/extlinux.conf
435- mcopy -i tmp/part1.fat32 $ROOTDIR /images/tmp/linux/boot/Image ::/Image
435+ mcopy -i tmp/part1.fat32 $ROOTDIR /images/tmp/linux/boot/Image.gz ::/Image.gz
436436mmd -i tmp/part1.fat32 ::/freescale
437437mcopy -s -i tmp/part1.fat32 $ROOTDIR /images/tmp/linux/boot/freescale/* .dtb* ::/freescale
438438
You can’t perform that action at this time.
0 commit comments