diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vendorcode/google/chromeos/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index ace0c1805f..24f4c119cf 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -58,9 +58,9 @@ config CHROMEOS_RAMOOPS_RAM_SIZE depends on CHROMEOS_RAMOOPS config FLASHMAP_OFFSET - hex + hex "Flash Map Offset" default 0x00670000 if NORTHBRIDGE_INTEL_SANDYBRIDGE - default 0x005f0000 if NORTHBRIDGE_INTEL_IVYBRIDGE + default 0x00610000 if NORTHBRIDGE_INTEL_IVYBRIDGE help Offset of flash map in firmware image |