From 6845ffed3795ef2e5ac70e175e1a35b9540d71bd Mon Sep 17 00:00:00 2001 From: Vishal Mahaveer Date: Tue, 28 Jan 2014 15:06:14 -0600 Subject: jacinto6evm: remove changes done for flashing ipu partition Remove changes done for flashing IPU1 binary Change-Id: Iaa98e26976dfbb8c2535b9f38a6ec5e040f84ad3 Signed-off-by: Vishal Mahaveer --- device.mk | 1 - fastboot.sh | 7 ------- 2 files changed, 8 deletions(-) diff --git a/device.mk b/device.mk index cf82ad3..7d3b1b1 100644 --- a/device.mk +++ b/device.mk @@ -35,7 +35,6 @@ PRODUCT_COPY_FILES := \ frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ device/ti/jacinto6evm/Atmel_maXTouch_Touchscreen.idc:system/usr/idc/Atmel_maXTouch_Touchscreen.idc \ - device/ti/proprietary-open/jacinto6/dra7-ipu1-fw.xem4:dra7-ipu1-fw.xem4 # These are the hardware-specific features PRODUCT_COPY_FILES += \ diff --git a/fastboot.sh b/fastboot.sh index d723d35..1defc0b 100755 --- a/fastboot.sh +++ b/fastboot.sh @@ -94,7 +94,6 @@ userdataimg="${PRODUCT_OUT}userdata.img" cacheimg="${PRODUCT_OUT}cache.img" efsimg="${PRODUCT_OUT}efs.img" recoveryimg="${PRODUCT_OUT}recovery.img" -ipuimg="${PRODUCT_OUT}dra7-ipu1-fw.xem4" # Verify that all the files required for the fastboot flash @@ -132,11 +131,6 @@ if [ ! -e "${recoveryimg}" ] ; then echo "Missing ${recoveryimg}" exit -1; fi -if [ ! -e "${ipuimg}" ] ; then - echo "Missing ${ipuimg}" - exit -1; -fi - echo "Create GPT partition table" ${FASTBOOT} oem format @@ -167,7 +161,6 @@ ${FASTBOOT} flash boot ${bootimg} ${FASTBOOT} flash environment ${environment} ${FASTBOOT} flash recovery ${recoveryimg} ${FASTBOOT} flash system ${systemimg} -${FASTBOOT} flash ipu ${ipuimg} userdataimg_orig="${userdataimg}.orig" if [ ! -f $userdataimg_orig ]; then -- cgit v1.2.3