From 5a1842afb835f0948365005b85e0022536895fc3 Mon Sep 17 00:00:00 2001 From: Victor Sun Date: Mon, 19 Aug 2019 23:17:57 +0800 Subject: [PATCH] HV: set sos root dev of apl-up2 to mmcblk0p3 Set sos root device of apl-up2 to mmcblk0p3 and let UP2 uefi variant and sbl variant share one config for now. Tracked-On: #3214 Signed-off-by: Victor Sun --- hypervisor/arch/x86/configs/apl-up2/misc_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/arch/x86/configs/apl-up2/misc_cfg.h b/hypervisor/arch/x86/configs/apl-up2/misc_cfg.h index 2ff573d4a..76671a03c 100644 --- a/hypervisor/arch/x86/configs/apl-up2/misc_cfg.h +++ b/hypervisor/arch/x86/configs/apl-up2/misc_cfg.h @@ -8,7 +8,7 @@ #define MISC_CFG_H #define ROOTFS_0 "root=/dev/sda3 " -#define ROOTFS_1 "root=/dev/mmcblk0p1 " +#define ROOTFS_1 "root=/dev/mmcblk0p3 " #define SOS_ROOTFS ROOTFS_1 #define SOS_CONSOLE "console=ttyS0 "