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)
committerJohn Crispin <john@phrozen.org>
Mon, 10 Sep 2018 06:54:41 +0000 (08:54 +0200)
commite2a4d14aaa562262dc27963a9f523aa18202cb56
tree8a981d547d7a4590d1358bfb9626227b9ff19fbd
parent306a60fcfed2481498a05b9e016cba4abcfd1343
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>
package/boot/uboot-zynq/Makefile
package/boot/uboot-zynq/files/uEnv-default.txt [new file with mode: 0644]