mk_mmc.sh: soc.sh simplfiy

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 11 years ago
parent f2ff06fff0
commit 2128fe43bb

@ -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 () {

Loading…
Cancel
Save