mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-06-14 04:16:15 -07:00
When the bus master decoding was disabled by default in PCI bus, the device driver should try to enable it on its own. However, eMMC driver does not have the enabling code. It caused the eMMC access failure. It fixed #1153. Signed-off-by: Maurice Ma <maurice.ma@intel.com>