Searched hist:ce2a07b77ceae8ed4b95a1c0165c6e179252ffee (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/api/ |
| H A D | api_storage.c | ce2a07b77ceae8ed4b95a1c0165c6e179252ffee Mon Sep 14 10:21:34 UTC 2015 Andreas Färber <afaerber@suse.de> api_storage: Fix non-first storage device enumeration
When enabling CONFIG_API and chain-loading GRUB2 on jetson-tk1, only the eMMC would show up as (hd0), but not the SD card, leading to GRUB not finding its configuration and modules, falling back to a rescue shell.
This is because enum_ended would get set for !more after returning a cookie for the first MMC device in group 3.
Fix this by properly setting the "more" argument also in the case of the first storage device of a group.
Signed-off-by: Andreas Färber <afaerber@suse.de>
|