diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-19 23:31:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-19 23:31:52 +0200 |
commit | 0dc6006d7b1acfbba6790287cc3afbf34f14ef6a (patch) | |
tree | f4a7d85a1c441e9559f4d13d3d11abf376404446 /package/u-boot | |
parent | a6d2c6d3270fdcff05a873c33fed5ceade300b8e (diff) |
linux: update to 3.14.72, add working solidrun patch
Diffstat (limited to 'package/u-boot')
-rw-r--r-- | package/u-boot/files/boot.script.imx6 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/u-boot/files/boot.script.imx6 b/package/u-boot/files/boot.script.imx6 new file mode 100644 index 000000000..855f0bc8f --- /dev/null +++ b/package/u-boot/files/boot.script.imx6 @@ -0,0 +1,4 @@ +setenv bootargs console=ttymxc0,115200 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 +ext4load mmc 0:1 0x42000000 boot/${fdtfile} +ext4load mmc 0:1 0x10800000 boot/kernel +bootz 0x10800000 - 0x42000000 |