doc: update UP2 sample directory name in create-up2-image.sh

Signed-off-by: Lei Lu <leix.lu@intel.com>
This commit is contained in:
Lei Lu 2019-03-14 15:07:46 +08:00 committed by David Kinder
parent 904c9e291e
commit fddc5b9154
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ create_sos_images() {
return 1
}
SOS_BOOTARGS_DEBUG=sos_rootfs/usr/share/acrn/samples/up2/sos_bootargs_debug.txt
SOS_BOOTARGS_DEBUG=sos_rootfs/usr/share/acrn/samples/apl-up2/sos_bootargs_debug.txt
if [[ ! ${ACRN_SBL} || ! -f ${ACRN_SBL} ]]
then
@ -55,7 +55,7 @@ create_sos_images() {
if [ ${ACRN_HV_CODE_PATH} ]
then
SOS_BOOTARGS_DEBUG=${ACRN_HV_CODE_PATH}/devicemodel/samples/up2/sos_bootargs_debug.txt
SOS_BOOTARGS_DEBUG=${ACRN_HV_CODE_PATH}/devicemodel/samples/apl-up2/sos_bootargs_debug.txt
make -C ${ACRN_HV_CODE_PATH} clean || return 1
make -C ${ACRN_HV_CODE_PATH} hypervisor BOARD=apl-up2 FIRMWARE=sbl || return 1