Skip to content

Commit b061a26

Browse files
ODROID-C2: Update partition table for recovery.
Change-Id: I6d1af6eb87da623b54c535d0ad9adebba57ef648
1 parent 1471870 commit b061a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

board/hardkernel/odroidc2/odroidc2-fastboot.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ static struct fbt_partition {
4444
.lba = bytes_to_lba(16 * SZ_1M)
4545
}, {
4646
.name = "recovery", /* Recovery Image */
47-
.lba = bytes_to_lba(12 * SZ_1M)
47+
.lba = bytes_to_lba(13 * SZ_1M)
4848
}, {
4949
.name = "logo", /* Logo */
50-
.lba = bytes_to_lba(2 * SZ_1M)
50+
.lba = bytes_to_lba(1 * SZ_1M)
5151
}, {
5252
.name = "-reserved2", /* Reserved */
5353
.lba = bytes_to_lba(SZ_RESERVED2)

0 commit comments

Comments
 (0)