configs: clearfog,helios4: disable sdhci sdma
authorJosua Mayer <josua@solid-run.com>
Sat, 8 Feb 2025 12:22:43 +0000 (13:22 +0100)
committerStefan Roese <sr@denx.de>
Wed, 16 Apr 2025 06:05:15 +0000 (08:05 +0200)
commitf9868d71faa9f431b9ca3465358c9f70707fc9c6
tree22e4d85fb25e7922f45c7f879b14345b23fa8bdc
parent873f6f9a3fd3f26a6fece7e45d6e19930e3eabf0
configs: clearfog,helios4: disable sdhci sdma

Testing has shown that loading large initramfs causes data corruption
where the kernel image had been loaded to.
Debian 12 installation using a 17M initramfs boots fine, but the final
system with an initramfs of 27M obscurely fails to boot with bootz
reporting "Bad magic!".
Inspecting kernel_addr_r after this failed boot attempt does show
garbage in place of the expected zimage header.

The problem seems to occur on armada 388 only when sdhci sdma is enabled
in defconfig. Other armada boards such as turris omnia did not enable
the option.

Remove sdhci sdma from defconfig for now as a workaround.

Signed-off-by: Josua Mayer <josua@solid-run.com>
Reviewed-by: Stefan Roese <sr@denx.de>
configs/clearfog_defconfig
configs/clearfog_sata_defconfig
configs/clearfog_spi_defconfig
configs/helios4_defconfig