mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-03 06:53:18 +02:00
tree: Remove print_wiki.c
Old wiki website is retired and so is print_wiki.c Change-Id: I9990add27f7fdddc23ddd1f33306566ce7548417 Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/83941 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Peter Marheine <pmarheine@chromium.org>
This commit is contained in:
@ -18,12 +18,7 @@
|
||||
|
||||
#include "programmer.h"
|
||||
|
||||
|
||||
#ifdef CONFIG_PRINT_WIKI
|
||||
#define B(vendor, name, status, url, note) { vendor, name, status, url, note }
|
||||
#else
|
||||
#define B(vendor, name, status, url, note) { vendor, name, status }
|
||||
#endif
|
||||
|
||||
/* Please keep this list alphabetically ordered by vendor/board. */
|
||||
const struct board_info boards_known[] = {
|
||||
|
Reference in New Issue
Block a user