8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
part uuid mmc ${devnum}:2 uuid
|
|
|
|
setenv bootargs "coherent_pool=2M console=ttyS2,1500000 earlycon=uart8250,mmio32,0xff1a0000 root=PARTUUID=${uuid} rw rootwait mitigations=off"
|
|
|
|
load mmc ${devnum}:1 ${kernel_addr_r} kernel.img
|
|
|
|
bootm ${kernel_addr_r}
|