On Tue, Feb 26, 2019 at 02:05:29PM +0100, Marcin Niestroj wrote: > Initially we depended on DDR controller settings for liteSOM and liteboard. With > 33fdc89d4cbd ("dts: update to v5.0-rc1") a `device_type = "memory";` property > was added to imx6ul-litesom.dtsi file, which causes "ram0" to be added with > 512MB size (value in dtsi) instead of the real 256MB size that is configured in > barebox-grinn-liteboard-256mb.img. As a result Linux kernel fails to boot. > > Lets depend on DDR controller settings, by removing whole `/memory` node from > device tree. This makes barebox-grinn-liteboard-256mb.img able to boot Linux > kernel once again. This issue should also be fixed by: | commit 8a29e7b493c8c2aa57174c9e79c14b93c9807a4b | Author: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> | Date: Tue Feb 12 16:10:41 2019 +0100 | | memory: of_fixup: adapt to new memory layout | | Since kernel 4.16 the memory nodes got a @<reg> suffix so the fixup | won't work correctly anymore, because instead of adapting the extisting | one the fixup creates a new node and keeps the old (maybe incorrect) | node. | | To be compatible with the old and new layout delete the found memory | node and create a new one. The new node follows the new @<reg> style. | | The patch also renames the node parameter to make it clearer. | | Signed-off-by: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> | Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> I would prefer this patch as it solves the issue for all boards. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox