mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
amlogic: move autoscript files to bootloader/scripts
This commit is contained in:
parent
5421539136
commit
95c42cb72d
@ -1,4 +1,4 @@
|
||||
setenv env_addr 0x10400000
|
||||
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'
|
||||
setenv try_boot_start 'if fatload ${devtype} ${devnum} ${loadaddr} KERNEL; then fatload ${devtype} ${devnum} ${env_addr} uEnv.ini && env import -t ${env_addr} ${filesize} && run addmac; fatload ${devtype} ${devnum} ${dtb_mem_addr} ${dtb_name} && run boot_start; fi'
|
@ -1,4 +1,4 @@
|
||||
setenv env_addr 0x10400000
|
||||
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'
|
||||
setenv try_boot_start 'if fatload ${devtype} ${devnum} ${loadaddr} KERNEL; then fatload ${devtype} ${devnum} ${env_addr} uEnv.ini && env import -t ${env_addr} ${filesize} && run addmac; fatload ${devtype} ${devnum} ${dtb_mem_addr} ${dtb_name} && run boot_start; fi'
|
@ -1 +0,0 @@
|
||||
../AMLGX/bootloader
|
Loading…
x
Reference in New Issue
Block a user