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