commit | d35b6f295c68d3ad4e1753d861ded0fc446cf2af | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon Aug 01 12:02:20 2022 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Aug 09 08:57:23 2022 +0200 |
tree | 6e8ba302dcf00967f03f3099474a21bb3c62504c | |
parent | e2b1ba04030661f512bafb33715e02a41bf338e0 [diff] |
arm: mvebu: turris_omnia: Increase fdt size in fixup_mtd_partitions Sometimes fixup_mtd_partitions() prints during booting kernel error "Failed fixing SPI NOR partitions!" because it does not have enough space for creating all paritions nodes. So increase fdt size. Fixes: 92f36c8e74c1 ("arm: mvebu: turris_omnia: fixup MTD partitions in Linux' DTB") Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Marek Behún <kabel@kernel.org>