Re: [U-Boot] [PATCH 1/3] efi_loader: correctly determine if an MMC device is an SD-card

2017-12-03 Thread Heinrich Schuchardt
On 12/04/2017 12:16 AM, Alexander Graf wrote: On 02.12.17 13:42, Heinrich Schuchardt wrote: The SD cards and eMMC devices have different device nodes. The current coding interpretes all MMC devices as eMMC. Signed-off-by: Heinrich Schuchardt ---

Re: [U-Boot] [PATCH 1/3] efi_loader: correctly determine if an MMC device is an SD-card

2017-12-03 Thread Alexander Graf
On 02.12.17 13:42, Heinrich Schuchardt wrote: > The SD cards and eMMC devices have different device nodes. > The current coding interpretes all MMC devices as eMMC. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/efi_device_path.c | 24

[U-Boot] [PATCH 1/3] efi_loader: correctly determine if an MMC device is an SD-card

2017-12-02 Thread Heinrich Schuchardt
The SD cards and eMMC devices have different device nodes. The current coding interpretes all MMC devices as eMMC. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_device_path.c | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff