diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2012-08-14 16:32:30 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-11-09 19:00:49 +0100 |
commit | 87abeff334c2a90e743434c4549da3cfce4d144a (patch) | |
tree | b5ad38f3b3457d5e459a9964dccf76a7c76bce1f /src/vendorcode | |
parent | 3c53d33c780f67666e9f8645fd87035d42bfb947 (diff) |
Change flashmap base to reflect new FMAP in U-boot
The RO_FMAP base moved from 0x5f0000 to 0x610000.
Also update Kconfig default and add a descripton so
the default can be changed by boards.
Change-Id: I0caad0ce6e6f19750dbbf042a5a489b558f62b96
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: http://review.coreboot.org/1705
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/vendorcode')
-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 |