layerscape: add u-boot environment support for OpenWrt boot
authorYangbo Lu <yangbo.lu@nxp.com>
Tue, 17 Jul 2018 09:42:47 +0000 (17:42 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 22 Sep 2018 19:20:56 +0000 (21:20 +0200)
commitad1dbc0ca304686a7f826528e674620791f34584
treec33516cb3780c225e9dfe2e5cb48392722ec49f8
parentdcf57c766acc5224e05f62cf5fae2d965abace59
layerscape: add u-boot environment support for OpenWrt boot

This patch is to implement u-boot environment txt files
to support OpenWrt boot for all layerscape devices.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
package/boot/uboot-layerscape-armv8_32b/Makefile
package/boot/uboot-layerscape/Makefile
package/boot/uboot-layerscape/files/ls1012afrdm-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/ls1012ardb-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/ls1043ardb-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/ls1046ardb-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/ls1088ardb-uEnv.txt [new file with mode: 0644]
package/boot/uboot-layerscape/files/ls2088ardb-uEnv.txt [new file with mode: 0644]
target/linux/layerscape/image/Makefile