]> git.dujemihanovic.xyz Git - u-boot.git/commit
Nokia RX-51: Load bootmenu also from uSD card
authorPali Rohár <pali@kernel.org>
Fri, 18 Jun 2021 13:27:04 +0000 (15:27 +0200)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 15 Jul 2021 12:26:05 +0000 (17:56 +0530)
commitf75b7b82a3b63fd7abac8d89bff1f6bd51f41378
treeceb71d6206d84ceebebcd4ee3259b85bbcacd10a
parentcc434fccba4ccf8e3645346f3ae49e7b33733dc9
Nokia RX-51: Load bootmenu also from uSD card

By default bootmenu is loaded only from eMMC. After this change U-Boot
first tries to load bootmenu from uSD card and if it fails then fallback to
eMMC. People want to boot alternative OS from removable uSD without need to
modify eMMC content. So this backward compatible change allows it.

Part of this change is also optimization of trymmc* macros so they can be
used in preboot macro for loading bootmenu.

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210618132704.32066-2-pali@kernel.org
include/configs/nokia_rx51.h