diff options
| author | Ethan Chen <intervigil@gmail.com> | 2014-04-02 11:47:49 -0700 |
|---|---|---|
| committer | Zips <hcolmenares@gmail.com> | 2014-08-22 09:44:39 -0400 |
| commit | 4917346448724a60e21c88df427e9b11071c93a2 (patch) | |
| tree | d65d9fa5529f1fff3b539142f4a1ab4d8b25949a | |
| parent | 7a43e1d29941527c64dbf0c8b0835a716137df1e (diff) | |
n1: Write bootloader to update splash logo
Change-Id: I1999d93911b7fc1882683b663cd3d757719b14e0
| -rw-r--r-- | AndroidBoard.mk | 4 | ||||
| -rw-r--r-- | radio/emmc_appsboot.mbn | bin | 0 -> 838256 bytes | |||
| -rw-r--r-- | radio/filesmap | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/AndroidBoard.mk b/AndroidBoard.mk index 42d6637..82f005d 100644 --- a/AndroidBoard.mk +++ b/AndroidBoard.mk @@ -4,3 +4,7 @@ LOCAL_PATH := $(call my-dir) # extra images #---------------------------------------------------------------------- include build/core/generate_extra_images.mk + +# Radio images +$(call add-radio-file,radio/filesmap) +$(call add-radio-file,radio/emmc_appsboot.mbn) diff --git a/radio/emmc_appsboot.mbn b/radio/emmc_appsboot.mbn Binary files differnew file mode 100644 index 0000000..0b07c22 --- /dev/null +++ b/radio/emmc_appsboot.mbn diff --git a/radio/filesmap b/radio/filesmap new file mode 100644 index 0000000..8547178 --- /dev/null +++ b/radio/filesmap @@ -0,0 +1,2 @@ +emmc_appsboot.mbn /dev/block/platform/msm_sdcc.1/by-name/aboot + |
