From bf1e48194494b52a06945490a4fbf322059e7ebd Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 10 May 2016 15:12:08 -0500 Subject: lib: remove FLASHMAP_OFFSET config variable The FLASHMAP_OFFSET config variable is used in lib/fmap.c, however the fmdtool creates a fmap_config.h with a FMAP_OFFSET #define. Those 2 values are not consistent. Therefore, remove the Kconfig variable and defer to the #define generated by fmdtool. Change-Id: Ib4ecbc429e142b3e250106eea59fea1caa222917 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/14765 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Leroy P Leahy --- Documentation/Intel/Board/board.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Documentation/Intel/Board') diff --git a/Documentation/Intel/Board/board.html b/Documentation/Intel/Board/board.html index e157780962..1b2d323091 100644 --- a/Documentation/Intel/Board/board.html +++ b/Documentation/Intel/Board/board.html @@ -65,7 +65,6 @@
  • Configure coreboot build:
    1. Set LOCALVERSION
    2. -
    3. FLASHMAP_OFFSET = 0x00700000
    4. Select vendor for the board
    5. Select the board
    6. CBFS_SIZE = 0x00100000
    7. @@ -238,4 +237,4 @@

      Modified: 20 February 2016

      - \ No newline at end of file + -- cgit v1.2.3