uboot-zynq: use a file to modify the default environment
authorLuis Araneda <luaraneda@gmail.com>
Tue, 4 Sep 2018 01:39:59 +0000 (22:39 -0300)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:47:53 +0000 (17:47 +0100)
commit232e92e7bac7aa0c69d2af0b565e50f8d504d97f
treed33fde64742cf641389e3eed0ae61a6091b061bb
parentfcf81b7c88576cb1439fe551e33b35d02e98b936
uboot-zynq: use a file to modify the default environment

Follow the strategy of other targets and create a
default environment file, uEnv.txt, to configure the
behavior of U-Boot.
For now, use it to pass bootargs to the kernel

Signed-off-by: Luis Araneda <luaraneda@gmail.com>
(backported from e2a4d14aaa562262dc27963a9f523aa18202cb56)
package/boot/uboot-zynq/Makefile
package/boot/uboot-zynq/files/uEnv-default.txt [new file with mode: 0644]