summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammed Habibulla <moch@google.com>2016-01-20 17:23:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-20 17:23:51 +0000
commit33b68bfb12749beba84208c28b2041eb27beb3ab (patch)
treeac91fced7ac42155c3c048fed2009b1067de4b25
parenta41b815eb0eccadbb1492b8e710735d244208278 (diff)
parentc13688e52c86fc654ac90847b42ca2c7f881b06b (diff)
downloadabox_edge-33b68bfb12749beba84208c28b2041eb27beb3ab.tar.gz
Merge "To remove the Marvell specific image provision script"
-rw-r--r--BoardConfig.mk3
-rwxr-xr-xprovision-sfbin22
2 files changed, 1 insertions, 24 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 5e08f03..d3c02d9 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -32,8 +32,7 @@ BOARD_FLASH_BLOCK_SIZE := 512
PRODUCT_COPY_FILES += \
device/marvell/abox_edge/fstab:root/fstab.${soc_name} \
- device/marvell/abox_edge/provision-device:provision-device \
- device/marvell/abox_edge/provision-sfbin:provision-sfbin
+ device/marvell/abox_edge/provision-device:provision-device
# Add media codec support
PRODUCT_COPY_FILES += \
diff --git a/provision-sfbin b/provision-sfbin
deleted file mode 100755
index af665af..0000000
--- a/provision-sfbin
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-# Copyright (C) 2015. Marvell International Ltd
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# Update Marvell special function binaries.
-fastboot \
- flash to:1:0x0 ${ANDROID_BUILD_TOP}/vendor/bsp/marvell/device/abox_edge/bootloader/tim_ulc1.bin \
- flash to:2:0x0 ${ANDROID_BUILD_TOP}/vendor/bsp/marvell/device/abox_edge/bootloader/tim_recovery_ulc1.bin \
- flash to:1:0x60000 ${ANDROID_BUILD_TOP}/vendor/bsp/marvell/device/abox_edge/bootloader/obm.bin \
- flash to:2:0x60000 ${ANDROID_BUILD_TOP}/vendor/bsp/marvell/device/abox_edge/bootloader/obm.bin "$@"