[PATCH] ARM: i.MX8MP: König+Bauer AlphaJet: remove barebox partition from eMMC
Roland Hieber
rhi at pengutronix.de
Tue Aug 13 10:01:03 PDT 2024
The board cannot boot from eMMC because the SoM does not configure the
boot pins appropriately, and has no way of choosing the eMMC as a boot
medium. Instead, the area is used for the GPT partition table. Remove
the confusing entry from the fixed partition table.
Signed-off-by: Roland Hieber <rhi at pengutronix.de>
---
arch/arm/dts/imx8mp-koenigbauer-alphajet.dts | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/arm/dts/imx8mp-koenigbauer-alphajet.dts b/arch/arm/dts/imx8mp-koenigbauer-alphajet.dts
index 5f8c83f2a26c..0f6f7e844e88 100644
--- a/arch/arm/dts/imx8mp-koenigbauer-alphajet.dts
+++ b/arch/arm/dts/imx8mp-koenigbauer-alphajet.dts
@@ -79,11 +79,6 @@ &usdhc3 { /* on-SoM eMMC */
#address-cells = <1>;
#size-cells = <1>;
- partition at 0 {
- label = "barebox";
- reg = <0x0 0xe0000>;
- };
-
env_emmc: partition at e0000 {
label = "barebox-environment";
reg = <0xe0000 0x20000>;
--
2.39.2
More information about the barebox
mailing list