From 084546449983c1d6f147c1a3e381e225887e322c Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Mon, 15 Jun 2009 14:14:48 +0000 Subject: Split flashchips.h from flash.h Flash.h not only contains function prototypes and general settings, it also has a huge chunk of chip and vendor IDs in the middle. Split them out into a separate flashchips.h and adjust #include wherever needed. Corresponding to flashrom svn r594. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Urja Rannikko Acked-by: Stefan Reinauer --- stm50flw0x0x.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stm50flw0x0x.c') diff --git a/stm50flw0x0x.c b/stm50flw0x0x.c index 83c95bb..a68b9ad 100644 --- a/stm50flw0x0x.c +++ b/stm50flw0x0x.c @@ -29,6 +29,7 @@ #include #include #include "flash.h" +#include "flashchips.h" void protect_stm50flw0x0x(chipaddr bios) { -- cgit v1.1