From d253930dc51d007fde41dde36399cf5910c7e305 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Sat, 10 Sep 2011 21:47:18 -0700 Subject: Drop the unnecessary flash stub implementation. The x86 Chrome platforms do not have NOR flash, there is no need to keep its stub in the tree/image. BUG=chromium-os:20105 TEST=build x86 coreboot successfully Change-Id: Ieb988a207fbc77c9b2933c8aa0cc4f55771cdc68 Signed-off-by: Vadim Bendebury Reviewed-on: http://gerrit.chromium.org/gerrit/7518 Reviewed-by: Gabe Black --- include/configs/coreboot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index 58bda5562e7..8e5bcb15018 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -295,6 +295,8 @@ #define CONFIG_SYS_MAX_FLASH_SECT 1 #define CONFIG_SYS_MAX_FLASH_BANKS 1 +#define CONFIG_SYS_NO_FLASH /* means no NOR flash */ + /*----------------------------------------------------------------------- * Environment configuration */ -- cgit v1.2.3