From e2a4d14aaa562262dc27963a9f523aa18202cb56 Mon Sep 17 00:00:00 2001 From: Luis Araneda Date: Mon, 3 Sep 2018 22:39:59 -0300 Subject: 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 --- package/boot/uboot-zynq/files/uEnv-default.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 package/boot/uboot-zynq/files/uEnv-default.txt (limited to 'package/boot/uboot-zynq/files/uEnv-default.txt') diff --git a/package/boot/uboot-zynq/files/uEnv-default.txt b/package/boot/uboot-zynq/files/uEnv-default.txt new file mode 100644 index 0000000000..5030b07784 --- /dev/null +++ b/package/boot/uboot-zynq/files/uEnv-default.txt @@ -0,0 +1 @@ +bootargs=console=ttyPS0,115200n8 root=/dev/mmcblk0p2 rootwait earlyprintk -- cgit v1.2.3