# results

cat << EOF

if test -n \$u_dtb; then
  if test -n \$skip_dtb; then
    echo Using defaults for \$u_dtb, but will not load dtb during startup.
  else
    echo Using defaults for \$u_dtb, and will load dtb during startup.
  fi
else
  echo Could not successfully auto-detect system type.
  echo You may need to set u_k_addr, u_ramfs_addr, u_dtb_addr, and u_dtb
fi
echo "Will scan for kernels on \$u_iodevs, using \$u_fs filesystems with \$u_boot"
echo
echo Starting menu init....
echo

EOF
