From d812e398b72377c561bda5e6669c30b5e00419d8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 8 Oct 2019 14:01:25 +0200 Subject: u-boot: update to 2019.10 --- package/u-boot/files/boot.script.phytec | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 package/u-boot/files/boot.script.phytec (limited to 'package/u-boot/files') diff --git a/package/u-boot/files/boot.script.phytec b/package/u-boot/files/boot.script.phytec new file mode 100644 index 000000000..5075ab855 --- /dev/null +++ b/package/u-boot/files/boot.script.phytec @@ -0,0 +1,4 @@ +setenv bootargs 'console=ttymxc1,115200 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 root=/dev/mmcblk0p1' +ext4load mmc 0:1 0x18000000 boot/imx6q-phytec-pbab01.dtb +ext4load mmc 0:1 0x12000000 boot/kernel +bootz 0x12000000 - 0x18000000 -- cgit v1.2.3