mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 15:43:44 +08:00
wandboard: Use PARTUUID to specify the rootfs location
Currently the rootfs location is passed via mmcblk number and the
problem with this approach is that the mmcblk number for the eMMC
changes depending on the kernel version.
In order to avoid such issue, use UUID method to specify the rootfs
location.
This change was made based on U-Boot commit:
- ca4f338e2e
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
This commit is contained in:
parent
00f43e51c5
commit
84b4690f26
@ -88,6 +88,7 @@
|
|||||||
"fdt_addr=0x18000000\0" \
|
"fdt_addr=0x18000000\0" \
|
||||||
"ip_dyn=yes\0" \
|
"ip_dyn=yes\0" \
|
||||||
"mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
|
"mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
|
||||||
|
"finduuid=part uuid mmc 0:1 uuid\0" \
|
||||||
"update_sd_firmware_filename=u-boot.imx\0" \
|
"update_sd_firmware_filename=u-boot.imx\0" \
|
||||||
"update_sd_firmware=" \
|
"update_sd_firmware=" \
|
||||||
"if test ${ip_dyn} = yes; then " \
|
"if test ${ip_dyn} = yes; then " \
|
||||||
@ -129,6 +130,7 @@
|
|||||||
|
|
||||||
#define CONFIG_BOOTCOMMAND \
|
#define CONFIG_BOOTCOMMAND \
|
||||||
"run findfdt; " \
|
"run findfdt; " \
|
||||||
|
"run finduuid; " \
|
||||||
"run distro_bootcmd"
|
"run distro_bootcmd"
|
||||||
|
|
||||||
#include <config_distro_bootcmd.h>
|
#include <config_distro_bootcmd.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user