We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1471870 commit b061a26Copy full SHA for b061a26
board/hardkernel/odroidc2/odroidc2-fastboot.c
@@ -44,10 +44,10 @@ static struct fbt_partition {
44
.lba = bytes_to_lba(16 * SZ_1M)
45
}, {
46
.name = "recovery", /* Recovery Image */
47
- .lba = bytes_to_lba(12 * SZ_1M)
+ .lba = bytes_to_lba(13 * SZ_1M)
48
49
.name = "logo", /* Logo */
50
- .lba = bytes_to_lba(2 * SZ_1M)
+ .lba = bytes_to_lba(1 * SZ_1M)
51
52
.name = "-reserved2", /* Reserved */
53
.lba = bytes_to_lba(SZ_RESERVED2)
0 commit comments