1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

Also print the supported/nonsupported laptops in -L output

Content taken from current wiki page.

Corresponding to flashrom svn r604.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Uwe Hermann
2009-06-18 14:04:44 +00:00
parent e6abef0f64
commit e1aa75ec95
3 changed files with 32 additions and 12 deletions

View File

@ -250,6 +250,8 @@ struct board_info {
extern const struct board_info boards_ok[];
extern const struct board_info boards_bad[];
extern const struct board_info laptops_ok[];
extern const struct board_info laptops_bad[];
/* udelay.c */
void myusec_delay(int usecs);