Skip to content

Commit 46578fe

Browse files
Fix ifdef issue with spi_vendors.h
1 parent 6634415 commit 46578fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootloaders/eboot/spi_vendors.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1919
*/
2020

21-
#ifndef SPI_VENDORS_H
22-
#define SPI_VENDORS_H
21+
#ifndef __SPI_VENDORS_H__
22+
#define __SPI_VENDORS_H__
2323

2424
// Vendor IDs taken from Flashrom project
2525
// https://review.coreboot.org/cgit/flashrom.git/tree/flashchips.h?h=1.0.x

0 commit comments

Comments
 (0)