No need to specify root and console bootargs on amlogic

This commit is contained in:
jmcneill 2019-01-21 16:28:39 +00:00
parent 1b14cfdabc
commit 918e5fb8e9

View File

@ -1,4 +1,4 @@
# $NetBSD: armv7.conf,v 1.29 2019/01/20 10:18:03 skrll Exp $
# $NetBSD: armv7.conf,v 1.30 2019/01/21 16:28:39 jmcneill Exp $
# ARMv7 customization script used by mkimage
#
board=armv7
@ -100,7 +100,7 @@ populate_amlogic() {
cat >> "${mnt}/boot/boot.ini" << EOF
ODROIDC-UBOOT-CONFIG
setenv bootargs "root=ld0a awge0.mac-address=\${ethaddr} console=${console}"
setenv bootargs "awge0.mac-address=\${ethaddr}"
setenv bootcmd "fatload mmc 0:1 0x21000000 ${odroidc1_kernelimg}; fatload mmc 0:1 0x20000000 meson8b-odroidc1.dtb; bootm 0x21000000 - 0x20000000"
run bootcmd
EOF