mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-28 16:27:01 +00:00
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 <victor.sun@intel.com>
This commit is contained in:
parent
6c99f76404
commit
5a1842afb8
@ -8,7 +8,7 @@
|
|||||||
#define MISC_CFG_H
|
#define MISC_CFG_H
|
||||||
|
|
||||||
#define ROOTFS_0 "root=/dev/sda3 "
|
#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_ROOTFS ROOTFS_1
|
||||||
#define SOS_CONSOLE "console=ttyS0 "
|
#define SOS_CONSOLE "console=ttyS0 "
|
||||||
|
Loading…
Reference in New Issue
Block a user