dtb_file: for sane reasons lets push this to u-boot, thinking multiple boards on one sd card, so have u-boot select the correct device tree file..

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 12 years ago
parent be1eddb2e2
commit 6e498c6f47

@ -460,7 +460,6 @@ function boot_uenv_txt_template {
fi
cat >> ${TEMPDIR}/bootscripts/netinstall.cmd <<-__EOF__
dtb_file=${dtb_file}
boot_fstype=${boot_fstype}
console=DICONSOLE
@ -478,7 +477,6 @@ function boot_uenv_txt_template {
__EOF__
cat >> ${TEMPDIR}/bootscripts/normal.cmd <<-__EOF__
dtb_file=${dtb_file}
boot_fstype=${boot_fstype}
console=SERIAL_CONSOLE

Loading…
Cancel
Save