summaryrefslogtreecommitdiff
path: root/package/u-boot/files/boot.script.phytec
diff options
context:
space:
mode:
Diffstat (limited to 'package/u-boot/files/boot.script.phytec')
-rw-r--r--package/u-boot/files/boot.script.phytec4
1 files changed, 4 insertions, 0 deletions
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