diff options
author | Loh, Tien Hock <tien.hock.loh@intel.com> | 2019-02-22 15:58:03 +0800 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-03-15 12:21:02 +0100 |
commit | c49f298d28cb90c332f8d495a6dfb355bc4014f0 (patch) | |
tree | 304fed2b3cd4b9d54dc6a5c75aa4efba868f6853 /BaseTools/Source/Python/CommonDataClass/DataClass.py | |
parent | b0189eac00a5a97ecf4697bfe22d49aa47e39162 (diff) | |
download | edk2-c49f298d28cb90c332f8d495a6dfb355bc4014f0.tar.gz edk2-c49f298d28cb90c332f8d495a6dfb355bc4014f0.tar.bz2 edk2-c49f298d28cb90c332f8d495a6dfb355bc4014f0.zip |
EmbeddedPkg/MmcDxe: Enable 4-bit mode even if SD_HIGH_SPEED is not supported
If SD doesn't support SD_HIGH_SPEED, function should still continue to
setup SD to go into 4 bits more if it is supported. Currently, the code
inadvertently exits early, but with a EFI_SUCCESS return code, and so
execution proceeds without ever attempting to enable 4-bit mode.
Since not having SD_HIGH_SPEED support is not an error, downgrade the
message that reports this to DEBUG_INFO.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Loh Tien Hock <tien.hock.loh@intel.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'BaseTools/Source/Python/CommonDataClass/DataClass.py')
0 files changed, 0 insertions, 0 deletions