diff options
author | Ed Heyl <edheyl@google.com> | 2010-10-28 17:46:16 -0700 |
---|---|---|
committer | Ed Heyl <edheyl@google.com> | 2010-10-28 17:46:16 -0700 |
commit | 84459c4dc461b2d61b1ccb830273a2e37199faf9 (patch) | |
tree | 2da2ea13b1e638e2feb818bd5a05b6430501f53a | |
parent | 1cdd5c82c147491b28a12aa90a5b31ba68c337bb (diff) | |
download | device_samsung_crespo-84459c4dc461b2d61b1ccb830273a2e37199faf9.zip device_samsung_crespo-84459c4dc461b2d61b1ccb830273a2e37199faf9.tar.gz device_samsung_crespo-84459c4dc461b2d61b1ccb830273a2e37199faf9.tar.bz2 |
Require new bootloader:
S5PC11X : BOOTLOADER : JJ8 Bootloader Release
1. Add boot reason info to command line "androidboot.reason"
2. Change OEM unlock screen
3. Add carrier info to command line "androidboot.carrier"
4. Fastboot patch fot auto test
5. Enable bootloader & radio image verification routine
-> Only support signing image (Bootloader JJ6, JJ7 ~ & Radio JJ8 ~)
Change-Id: I423438e2e384bce8a24c10bcc4533ba01ffa4c19
-rw-r--r-- | board-info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board-info.txt b/board-info.txt index ea9628a..a1f135e 100644 --- a/board-info.txt +++ b/board-info.txt @@ -1,3 +1,3 @@ require board=herring -require version-bootloader=I9020XXJJ7 +require version-bootloader=I9020XXJJ8 require version-baseband=I9020XXJJA |