You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
14ddaab0a7
This patch allows platform to degrade eMMC HS400 to HS200 using static configuration. To do this, please add the following into BoardConfig.py: self.ENABLE_EMMC_HS400 = 0 This is useful when platform has hardware issue to run at eMMC HS400 mode. Signed-off-by: Maurice Ma <maurice.ma@intel.com>