summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleozwang <leozwang@google.com>2016-01-24 22:28:36 -0800
committerleozwang <leozwang@google.com>2016-01-24 22:28:36 -0800
commit42cb72c9c102c8d4e6adc9d5a6ad1d7bd43c1aa6 (patch)
tree835a156bb04eb7c26742962e761f6366fe5e3ed0
parentda9a98f7b0d5c6ceb39561495adee5eb79538ca5 (diff)
downloadkylin-42cb72c9c102c8d4e6adc9d5a6ad1d7bd43c1aa6.tar.gz
Remove bootloader.
Change-Id: If1311e3ea7288846d30ec344adfee2e2cf19e7ee
-rw-r--r--Android.mk28
-rw-r--r--bootloader.imgbin4096000 -> 0 bytes
-rw-r--r--bootloader.img.sha16
3 files changed, 0 insertions, 34 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index abd796c..0000000
--- a/Android.mk
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# Copyright (C) 2015 The Android Open-Source Project
-#
-# 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.
-#
-
-# WARNING: Everything listed here will be built on ALL platforms,
-# including x86, the emulator, and the SDK. Modules must be uniquely
-# named (liblights.tuna), and must build everywhere, or limit themselves
-# to only building on ARM if they include assembly. Individual makefiles
-# are responsible for having their own logic, for fine-grained control.
-
-ifneq ($(filter kylin, $(TARGET_DEVICE)),)
-
-LOCAL_PATH := $(call my-dir)
-$(call add-radio-file-checked,bootloader.img,version-bootloader)
-
-endif
diff --git a/bootloader.img b/bootloader.img
deleted file mode 100644
index c588935..0000000
--- a/bootloader.img
+++ /dev/null
Binary files differ
diff --git a/bootloader.img.sha1 b/bootloader.img.sha1
deleted file mode 100644
index 303c725..0000000
--- a/bootloader.img.sha1
+++ /dev/null
@@ -1,6 +0,0 @@
-# This file contains a history of sha-1 hashes of the bootloader.img
-# file. The version string must equal the version reported by
-# fastboot. When the .img file is updated, you must add its hash and
-# the version number it reports to this file.
-
-7149518cc4bc050644400e758af2ad2e8225dfd0 RK3036_BOOTLOADER_V2