mvebu: fix initramfs/kernel image for CZNIC Turris Omnia
authorKarel Kočí <karel.koci@nic.cz>
Thu, 22 Oct 2020 11:29:57 +0000 (13:29 +0200)
committerPetr Štetiar <ynezz@true.cz>
Fri, 11 Dec 2020 12:56:29 +0000 (13:56 +0100)
commite401a2a42e6d7c892e1cf7d765fa5ec9b2db3fb3
tree0ab5f979da9b976876f1ce28b8b43db859c97692
parent52aa2017d32226284c586f0142cafeba32ce7528
mvebu: fix initramfs/kernel image for CZNIC Turris Omnia

This adds DTB to kernel and that way makes it possible to easily boot
initramfs image and also kernel.

The sequence to boot initramfs on Omnia is then just:
  env set bootargs earlyprintk console=ttyS0,115200
  dhcp 0x1000000 192.168.1.1:openwrt-mvebu-cortexa9-cznic_turris-omnia-initramfs-kernel.bin
  bootz 0x1000000

Without this change kernel boot won't proceed and is stuck on "Starting
kernel".

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
[fixed From: to match with SoB:]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/linux/mvebu/image/cortexa9.mk