mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-24 08:01:21 +02:00
x86: edison: Mark eMMC non-removable
eMMC is non-removable on Intel Edison board. Fix the DTS accordingly. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
cf39d0c29d
commit
2f025b96bc
@ -88,6 +88,7 @@
|
||||
emmc: mmc@ff3fc000 {
|
||||
compatible = "intel,sdhci-tangier";
|
||||
reg = <0xff3fc000 0x1000>;
|
||||
non-removable;
|
||||
};
|
||||
|
||||
sdcard: mmc@ff3fa000 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user