
14 Jan
2023
14 Jan
'23
9:29 p.m.
On 1/4/23 20:09, Andre Przywara wrote:
When support for the Allwinner F1C100s SoC was originally introduced, its DT lacked any MMC nodes, which upset our sunxi-u-boot.dtsi overlay, when it tried to add an alias to the SD card. To quickly fix this back then, we guarded that alias with a preprocessor macro.
Now the F1C100s family has gained MMC nodes, so we don't need the special treatment anymore. Just remove this guard.
Signed-off-by: Andre Przywara andre.przywara@arm.com
arch/arm/dts/sunxi-u-boot.dtsi | 2 -- 1 file changed, 2 deletions(-)
Reviewed-by: Samuel Holland samuel@sholland.org