summaryrefslogtreecommitdiff
path: root/rdinfra
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-03-13 15:42:57 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-03-13 15:51:50 +0530
commit989d1151af95c34de46f6e5de7074860b558adbc (patch)
tree96ce05be42fa69e57ea1da996ee8970c519b9d8f /rdinfra
parent01850f21501695180d0120269e07b12f1894d03c (diff)
rde1edge/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: Id566f8a5699c989113360c40e7c047e3ccb41463 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
Diffstat (limited to 'rdinfra')
-rwxr-xr-xrdinfra/platforms/rde1edge/run_model.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/rdinfra/platforms/rde1edge/run_model.sh b/rdinfra/platforms/rde1edge/run_model.sh
index 044d114..628d850 100755
--- a/rdinfra/platforms/rde1edge/run_model.sh
+++ b/rdinfra/platforms/rde1edge/run_model.sh
@@ -196,10 +196,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}"