mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-15 00:19:06 +01:00
Adresses of device tree nodes are typically noted without the '0x'
prefix. While having the '0x' prefix doesn't hurt when using Linux,
more recent versions of U-Boot will add a duplicate ramoops node as a
simple string compare is used to check if the node is already present.
Remove the '0x' prefix to avoid the kernel warning resulting from
U-Boot adding a dupplicate pstore/ramoops node.
See also https://lists.denx.de/pipermail/u-boot/2022-April/481810.html
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| base-files | ||
| dts | ||
| files-5.10/drivers | ||
| image | ||
| mt7622 | ||
| mt7623 | ||
| mt7629 | ||
| patches-5.10 | ||
| Makefile | ||
| modules.mk | ||