From 2128fe43bb5cc3775854a6677183cf18b4102ad3 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 25 Jul 2014 08:56:21 -0500 Subject: [PATCH] mk_mmc.sh: soc.sh simplfiy Signed-off-by: Robert Nelson --- mk_mmc.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 () {