gemini: fix hard disk boot on D-Link devices
authorRoman Yeryomin <roman@advem.lv>
Fri, 4 May 2018 15:18:51 +0000 (18:18 +0300)
committerJohn Crispin <john@phrozen.org>
Sat, 5 May 2018 04:57:00 +0000 (06:57 +0200)
commitce93b05bf1465b240366000f833e413c0b916125
treedc739624fdf38918ab6ddde9f9bd66205fc20ceb
parent2c35bcffd080abaf1262d0afd905b04ea8696829
gemini: fix hard disk boot on D-Link devices

Since the D-Link devices boot from hard disk we need to
add the following changes to Gemini:

- Supply a bootarg in the device tree so we can boot from
  the right partition (/dev/sda4 on DNS-313)
- Disable forced command line in config so the kernel picks
  up the right bootargs from the device tree
- Enable EXT4 in the config as this is used for rootfs else
  we get nowhere, we cannot load this as a module because,
  well, it is supposed to be loaded from the root partition
  (chicken and egg problem).
- Enable jbd2 and mbcache (needed by ext4)

Also clean out the premature attempts to dynamically
modify the command line in the Image makefile: we should
pass this with the device tree bootargs instead, it works
much better.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Roman Yeryomin <roman@advem.lv>
target/linux/gemini/config-4.14
target/linux/gemini/image/Makefile
target/linux/gemini/patches-4.14/0033-ARM-dts-Fix-bootargs-for-Gemini-D-Link-devices.patch [new file with mode: 0644]