Lines Matching refs:bootpart

1380 +			"setenv bootpart ${mmcdev}:1; " \
1382 + "if test -e ${devtype} ${bootpart} /uEnv.txt; then " \
1383 + "load ${devtype} ${bootpart} ${loadaddr} /uEnv.txt;" \
1395 + "setenv bootpart ${mmcdev}:${mmcpart};" \
1396 + "if test -e ${devtype} ${bootpart} /boot/uEnv.txt; then " \
1397 + "load ${devtype} ${bootpart} ${loadaddr} /boot/uEnv.txt;" \
1418 + "setenv bootpart ${mmcdev}:1; " \
1420 + "if test -e ${devtype} ${bootpart} /uEnv.txt; then " \
1421 + "load ${devtype} ${bootpart} ${loadaddr} /uEnv.txt;" \
1433 + "setenv bootpart ${mmcdev}:${mmcpart};" \
1434 + "if test -e ${devtype} ${bootpart} /boot/uEnv.txt; then " \
1435 + "load ${devtype} ${bootpart} ${loadaddr} /boot/uEnv.txt;" \
1456 + "setenv bootpart ${mmcdev}:1; " \
1458 + "if test -e ${devtype} ${bootpart} /uEnv.txt; then " \
1459 + "load ${devtype} ${bootpart} ${loadaddr} /uEnv.txt;" \
1471 + "setenv bootpart ${mmcdev}:${mmcpart};" \
1472 + "if test -e ${devtype} ${bootpart} /boot/uEnv.txt; then " \
1473 + "load ${devtype} ${bootpart} ${loadaddr} /boot/uEnv.txt;" \
1494 + "if test -e ${devtype} ${bootpart} ${bootdir}/${bootfile}; then " \
1498 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \
1502 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \
1506 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \
1510 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \
1514 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \
1518 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \
1522 + "if test -e ${devtype} ${bootpart} ${fdtdir}/${fdtfile}; then " \
1583 + "if test -e ${devtype} ${bootpart} ${bootdir}/${rdfile}; then " \
1647 "bootpart=0:2\0" \
1660 - "setenv bootpart 1:2; " \
1724 - "finduuid=part uuid mmc ${bootpart} uuid\0" \
1725 + "finduuid=part uuid ${devtype} ${bootpart} uuid\0" \
1760 "loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
1761 - "loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
1762 + "loadrd=load ${devtype} ${bootpart} ${rdaddr} ${bootdir}/${rdfile}; setenv rdsize ${filesize}\0" \
1763 + "loadfdt=echo loading ${fdtdir}/${fdtfile} ...; load ${devtype} ${bootpart} ${fdtaddr} ${fdtdir}/…
1765 + "load ${devtype} ${bootpart} ${rdaddr} ${uboot_overlay}; " \
1768 + "virtualloadoverlay=if test -e ${devtype} ${bootpart} ${uboot_overlay}; then " \
1771 + "echo uboot_overlays: unable to find [${devtype} ${bootpart} ${uboot_overlay}]...;" \
1773 + "capeloadoverlay=if test -e ${devtype} ${bootpart} ${uboot_overlay}; then " \
1776 + "echo uboot_overlays: unable to find [${devtype} ${bootpart} ${uboot_overlay}]...;" \