diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-05-04 13:58:56 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-05-05 22:43:46 +0200 |
commit | 915a4cadf48aff628b7a0e472ccfbe9284fafd5a (patch) | |
tree | 34abf503f2a33158171f08f6e5ea6c8ba062a39a | |
parent | d44d0280500d4421601a237a392c488338752825 (diff) |
blobtool/ifd-x200.set: Fix flashmap0 NR
NR indicates the last non empty region, which in this case is
GbE (region3). Needed for flashrom ifd layout support.
Change-Id: I3f4dcb0d41718dd176982679f8e045681fd3f486
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/19565
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r-- | util/blobtool/ifd-x200.set | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/blobtool/ifd-x200.set b/util/blobtool/ifd-x200.set index 28945627c5..255eb88b70 100644 --- a/util/blobtool/ifd-x200.set +++ b/util/blobtool/ifd-x200.set @@ -24,7 +24,7 @@ "flmap0_nc" = 0x0, "flmap0_reserved0" = 0x0, "flmap0_frba" = 0x4, - "flmap0_nr" = 0x2, + "flmap0_nr" = 0x3, "flmap0_reserved1" = 0x0, "flmap1_fmba" = 0x6, "flmap1_nm" = 0x2, |