Remove -o USE_SDHOST

pull/865/head
probonopd 2 days ago committed by GitHub
parent 91e04db748
commit f0f131bd2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      build.sh

@ -20,11 +20,6 @@ if [ "${RPI}" -gt "1" ]; then
OPTIONS="${OPTIONS} -o ARM_ALLOW_MULTI_CORE"
fi
# For wireless access
if [ "${RPI}" == "3" ]; then
OPTIONS="${OPTIONS} -o USE_SDHOST"
fi
# USB Vendor and Device ID for use with USB Gadget Mode
source USBID.sh
if [ "${USB_VID}" ] ; then

Loading…
Cancel
Save