summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Jun <yujun@marvell.com>2016-01-19 18:32:00 -0800
committerYu Jun <yujun@marvell.com>2016-01-19 20:49:06 -0800
commitc13688e52c86fc654ac90847b42ca2c7f881b06b (patch)
tree620ddbce9461a6ea46b539100e5b85c2c21601ac
parent1ffa10b6de080abe61e451b207107ab066e573d6 (diff)
downloadabox_edge-c13688e52c86fc654ac90847b42ca2c7f881b06b.tar.gz
To remove the Marvell specific image provision script
All Marvell specific images are burned into the board with another Marvell provided tool: Software Downloader BUG=26667670 Change-Id: I1b8af242a3b13b905ba89a3b799993e56288c067
-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 911e5d6..3dbd58e 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 "$@"