summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2011-09-14 02:19:50 -0700
committerGabe Black <gabeblack@chromium.org>2011-09-14 16:59:18 -0700
commit7e8332ca253ff564aa2975461ee4a5a53312d558 (patch)
tree66aa40a5b7c9a620f95eaefcd2fb37db378c36fe /include/configs
parentdacaae6eb125e6d63993968743f4f2650f7dcc35 (diff)
Get rid of obsolete configuration settings in coreboot.h
These settings aren't used anywhere in all of u-boot. Setting them in coreboot.h is misleading and clutters up the file. BUG=None TEST=Built for Newton. Signed-off-by: Gabe Black <gabeblack@google.com> Change-Id: I86ffe340ff79afc73199fa81f4acb2c82b4a2ff0 Reviewed-on: http://gerrit.chromium.org/gerrit/7699 Tested-by: Gabe Black <gabeblack@chromium.org> Reviewed-by: Gabe Black <gabeblack@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/coreboot.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 706e33c78f..eb4c60e016 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -331,13 +331,6 @@
*/
#define CONFIG_NET_MULTI
-#define CONFIG_CHROMEOS_HWID "COREBOOT U-BOOT 0000"
-#define CONFIG_OFFSET_GBB 0x000d0000
-#define CONFIG_LENGTH_GBB 0x00020000
-#define CONFIG_OFFSET_FMAP 0x001a0000
-#define CONFIG_LENGTH_FMAP 0x00000400
-#define CONFIG_LCD_vl_col 1366
-#define CONFIG_LCD_vl_row 768
#define CONFIG_LZMA 1
#define CONFIG_SPLASH_SCREEN 1