From: Andy Shevchenko Date: Fri, 10 Sep 2021 07:59:27 +0000 (+0300) Subject: x86: edison: Mark eMMC non-removable X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=2f025b96bc6d90122d4920bb9e3f58f440de48e7;p=u-boot.git x86: edison: Mark eMMC non-removable eMMC is non-removable on Intel Edison board. Fix the DTS accordingly. Signed-off-by: Andy Shevchenko Reviewed-by: Bin Meng --- diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts index 64b6228363..2c8cf6c071 100644 --- a/arch/x86/dts/edison.dts +++ b/arch/x86/dts/edison.dts @@ -88,6 +88,7 @@ emmc: mmc@ff3fc000 { compatible = "intel,sdhci-tangier"; reg = <0xff3fc000 0x1000>; + non-removable; }; sdcard: mmc@ff3fa000 {