summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-03-13 15:41:29 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-03-13 15:51:50 +0530
commit01850f21501695180d0120269e07b12f1894d03c (patch)
tree43960483064a585c1a853a28393f2b48a6026057
parent3bef353c5cc372844520b2c003add5e16647b32f (diff)
rdn1edge/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: I994b2fa9ec283053af206d0a56931a0783f26d87 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rwxr-xr-xrdinfra/platforms/rdn1edge/run_model.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/rdinfra/platforms/rdn1edge/run_model.sh b/rdinfra/platforms/rdn1edge/run_model.sh
index fedefe2..c3dde46 100755
--- a/rdinfra/platforms/rdn1edge/run_model.sh
+++ b/rdinfra/platforms/rdn1edge/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}"