aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/urara/Kconfig1
-rw-r--r--src/soc/imgtec/pistachio/Kconfig4
2 files changed, 3 insertions, 2 deletions
diff --git a/src/mainboard/google/urara/Kconfig b/src/mainboard/google/urara/Kconfig
index a9363f969e..26add608dc 100644
--- a/src/mainboard/google/urara/Kconfig
+++ b/src/mainboard/google/urara/Kconfig
@@ -23,6 +23,7 @@ if BOARD_GOOGLE_URARA
config BOARD_SPECIFIC_OPTIONS
def_bool y
+ select BOARD_ROMSIZE_KB_512
select BOOTBLOCK_CONSOLE
select CONFIG_SPI_FLASH_WINBOND
select CPU_IMGTEC_PISTACHIO
diff --git a/src/soc/imgtec/pistachio/Kconfig b/src/soc/imgtec/pistachio/Kconfig
index 70e5741cf1..46714444a4 100644
--- a/src/soc/imgtec/pistachio/Kconfig
+++ b/src/soc/imgtec/pistachio/Kconfig
@@ -37,11 +37,11 @@ config BOOTBLOCK_CPU_INIT
config CBFS_ROM_OFFSET
hex
- default 0x4100
+ default 0x8100
config CBFS_HEADER_ROM_OFFSET
# Effectively the maximum size of the bootblock
hex
- default 0x4000
+ default 0x8000
endif