From 14b3e1e3d76d50fa2ea6fa74c6a8a89c71c9a809 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 6 Oct 2009 20:23:29 +0000 Subject: Mark the following boards as supported (no board-enable needed) - MSI MS-6153 (reported by Uwe Hermann ) Tested by me on hardware. The board decodes max. 256 KB. - MSI MS-6156 (reported by Uwe Hermann ) Tested by me on hardware. The board decodes max. 256 KB. Also, fix Dell PowerEdge 1850 name and add some more board URLs. Corresponding to flashrom svn r749. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- print.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'print.c') diff --git a/print.c b/print.c index 7291efe..346f5bd 100644 --- a/print.c +++ b/print.c @@ -270,6 +270,8 @@ const struct board_info boards_ok[] = { { "GIGABYTE", "GA-MA770T-UD3P", }, { "Intel", "EP80759", }, { "Jetway", "J7F4K1G5D-PB", }, + { "MSI", "MS-6153", }, + { "MSI", "MS-6156", }, { "MSI", "MS-6570 (K7N2)", }, { "MSI", "MS-7065", }, { "MSI", "MS-7168 (Orion)", }, -- cgit v1.1