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:
Victor Sun 2019-08-19 23:17:57 +08:00 committed by wenlingz
parent 6c99f76404
commit 5a1842afb8

View File

@ -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 "