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@xxxxxxxxxxxxxx> --- 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@0 { - label = "barebox"; - reg = <0x0 0xe0000>; - }; - env_emmc: partition@e0000 { label = "barebox-environment"; reg = <0xe0000 0x20000>; -- 2.39.2