5b1ebb1029
Bump to U-Boot 2017.01, which supports mx6sx_udoo_neo by default. Remove the U-Boot patch that we used for the previous version. Also adjust the 'fdtfile' name as it has been changed in U-Boot mainline. [Peter: part 2, boot.scr / defconfig changed accidently got dropped] Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
264 B
Plaintext
8 lines
264 B
Plaintext
setenv finduuid "part uuid mmc 0:1 uuid"
|
|
run finduuid
|
|
run findfdt
|
|
setenv bootargs "console=ttymxc0,115200 root=PARTUUID=${uuid} rootwait rootfstype=ext4"
|
|
load mmc 0:1 ${fdt_addr} boot/${fdtfile}
|
|
load mmc 0:1 ${loadaddr} boot/zImage
|
|
bootz ${loadaddr} - ${fdt_addr}
|