summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-03-13 15:30:24 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-03-13 15:51:50 +0530
commit3bef353c5cc372844520b2c003add5e16647b32f (patch)
tree09a5975fb9af09ae52f0e7ea8ca9d54c3036e50a
parent780573867fe8c41a0192d47ee845087126d151ca (diff)
sgi575/run_model: remove default virtio image selection for busybox
Do not default to a virtio image for busybox filesystem. The -v parameter is expected to set the virtio disk image to be used. Change-Id: I01cb0c542a89e765ab99e4be0569a7334140f268 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rwxr-xr-xsgi/platforms/sgi575/run_model.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/sgi/platforms/sgi575/run_model.sh b/sgi/platforms/sgi575/run_model.sh
index 648b1a2..08772e1 100755
--- a/sgi/platforms/sgi575/run_model.sh
+++ b/sgi/platforms/sgi575/run_model.sh
@@ -176,10 +176,6 @@ if [[ -z $FIP_IMAGE ]]; then
FIP_IMAGE="fip-uefi.bin";
fi
-if [[ ${FS_TYPE,,} == "busybox" ]]; then
- VIRTIO_IMAGE_PATH="${ROOTDIR}/grub-busybox.img"
-fi
-
if [[ -n "$VIRTIO_IMAGE_PATH" ]]; then
MODEL_PARAMS="$MODEL_PARAMS \
-C board.virtioblockdevice.image_path=${VIRTIO_IMAGE_PATH}"