qcs405: Update bootblock size

Increase the size of bootblock from 96K to 128K.

Change-Id: Ifc6e7239ed2978a8490fa229945ebd5ed9182298
Signed-off-by: Nitheesh Sekar <nsekar@codeaurora.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33159
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Nitheesh Sekar 2019-05-31 22:47:43 +05:30 committed by Patrick Georgi
parent 3970a9d964
commit f371b051b0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
FLASH@0x0 8M { FLASH@0x0 8M {
WP_RO 4M { WP_RO 4M {
RO_SECTION 0x204000 { RO_SECTION 0x204000 {
BOOTBLOCK 96K BOOTBLOCK 128K
COREBOOT(CBFS) COREBOOT(CBFS)
FMAP@0x200000 0x1000 FMAP@0x200000 0x1000
GBB 0x2f00 GBB 0x2f00