amlogic: drop support for u-boot chainload - no longer required

This commit is contained in:
Christian Hewitt 2021-08-07 19:25:55 +00:00
parent 0ad609bd95
commit a636d4a624

View File

@ -1,5 +1,3 @@
if fatload mmc 0 0x1000000 u-boot.ext; then go 0x1000000; fi;
if fatload usb 0 0x1000000 u-boot.ext; then go 0x1000000; fi;
setenv env_addr 0x1040000
setenv boot_start 'bootm ${loadaddr} - ${dtb_mem_addr}'
setenv addmac 'if printenv mac; then setenv bootargs ${bootargs} mac=${mac}; elif printenv eth_mac; then setenv bootargs ${bootargs} mac=${eth_mac}; fi'