mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Support for Loongson-2F (MIPS) flashing
Corresponding to flashrom svn r1183. Signed-off-by: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:

committed by
Carl-Daniel Hailfinger

parent
cb3eb05172
commit
5cfc94a98b
@ -244,7 +244,7 @@ int internal_init(void)
|
||||
* The error code might have been a warning only.
|
||||
* Besides that, we don't check the board enable return code either.
|
||||
*/
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
#if defined(__i386__) || defined(__x86_64__) || defined (__mips)
|
||||
return 0;
|
||||
#else
|
||||
msg_perr("Your platform is not supported yet for the internal "
|
||||
|
Reference in New Issue
Block a user