#!/bin/sh

if [ -n "${efi.loader}" ] && [ "${bootsource}" = mmc ]; then
	otg.mode=host
	usb
fi
