mk_mmc.sh: drop initrd_high & fdt_high

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 11 years ago
parent ea6907d30f
commit 844b9e0ab7

@ -296,15 +296,11 @@ boot_uenv_txt_template () {
if [ ! "${uboot_fdt_auto_detection}" ] ; then
cat >> ${TEMPDIR}/bootscripts/normal.cmd <<-__EOF__
initrd_high=0xffffffff
fdt_high=0xffffffff
fdtfile=${conf_fdtfile}
__EOF__
cat >> ${TEMPDIR}/bootscripts/netinstall.cmd <<-__EOF__
initrd_high=0xffffffff
fdt_high=0xffffffff
fdtfile=${conf_fdtfile}
__EOF__

Loading…
Cancel
Save