aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorGravatar Guenter Roeck <linux@roeck-us.net> 2024-03-21 23:54:19 -0700
committerGravatar Rob Herring <robh@kernel.org> 2024-04-03 14:35:53 -0500
commitde164a7f19248fb03229a4af9b0db333d9591e55 (patch)
tree3149e10b312a9238ae7ee5e33a3ebc93b2bb14e5 /MAINTAINERS
parentdt-bindings: timer: narrow regex for unit address to hex numbers (diff)
downloadlinux-de164a7f19248fb03229a4af9b0db333d9591e55.tar.gz
linux-de164a7f19248fb03229a4af9b0db333d9591e55.tar.bz2
linux-de164a7f19248fb03229a4af9b0db333d9591e55.zip
nios2: Only use built-in devicetree blob if configured to do so
Starting with commit 7b937cc243e5 ("of: Create of_root if no dtb provided by firmware"), attempts to boot nios2 images with an external devicetree blob result in a crash. Kernel panic - not syncing: early_init_dt_alloc_memory_arch: Failed to allocate 72 bytes align=0x40 For nios2, a built-in devicetree blob always overrides devicetree blobs provided by ROMMON/BIOS. This includes the new dummy devicetree blob. Result is that the dummy devicetree blob is used even if an external devicetree blob is provided. Since the dummy devicetree blob does not include any memory information, memory allocations fail, resulting in the crash. To fix the problem, only use the built-in devicetree blob if CONFIG_NIOS2_DTB_SOURCE_BOOL is enabled. Fixes: 7b937cc243e5 ("of: Create of_root if no dtb provided by firmware") Cc: Frank Rowand <frowand.list@gmail.com> Cc: Stephen Boyd <sboyd@kernel.org> Cc: Rob Herring <robh@kernel.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20240322065419.162416-1-linux@roeck-us.net Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions