"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

expo: Drop the gap between groups of menu items

The gap is intended to separate options which are on different bootdevs,
but most of the time there is only one. So drop this gap.

Keep the code around in case it becomes useful to have it in the style,
or based on some other mechanism.

Signed-off-by: Simon Glass <sjg@chromium.org>

Simon Glass bebc3547 3c35fb03

+3
+3
boot/bootflow_menu.c
··· 117 117 } 118 118 119 119 add_gap = priv->last_bootdev != bflow->dev; 120 + 121 + /* disable this gap for now, since it looks a little ugly */ 122 + add_gap = false; 120 123 priv->last_bootdev = bflow->dev; 121 124 122 125 ret = expo_str(exp, "prompt", STR_POINTER, ">");