diff --git a/mk_mmc.sh b/mk_mmc.sh index 838c478..6ffd224 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -973,24 +973,21 @@ generate_soc () { echo "dd_uboot_seek=${dd_uboot_seek}" >> ${wfile} echo "dd_uboot_bs=${dd_uboot_bs}" >> ${wfile} echo "" >> ${wfile} - echo "conf_bootcmd=${conf_bootcmd}" >> ${wfile} echo "boot_fstype=${conf_boot_fstype}" >> ${wfile} echo "" >> ${wfile} - echo "serial_tty=${SERIAL}" >> ${wfile} + echo "#Kernel" >> ${wfile} echo "dtb=${dtb}" >> ${wfile} - echo "" >> ${wfile} + echo "serial_tty=${SERIAL}" >> ${wfile} echo "usbnet_mem=${usbnet_mem}" >> ${wfile} - echo "" >> ${wfile} if [ ! "x${di_serial_mode}" = "xenable" ] ; then echo "optargs=console=tty0" >> ${wfile} - echo "" >> ${wfile} fi if [ "x${drm_read_edid_broken}" = "xenable" ] ; then echo "video=${drm_device_identifier}:1024x768@60e" >> ${wfile} - echo "" >> ${wfile} fi + echo "" >> ${wfile} } initrd_device_settings () {