summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/cavium
diff options
context:
space:
mode:
authorDavid Hendricks <david.hendricks@gmail.com>2022-05-15 14:45:04 -0700
committerArthur Heymans <arthur@aheymans.xyz>2022-05-16 06:55:16 +0000
commit90e2adf0d33117efe04c4df601a369223b0c1516 (patch)
treea02ec305678cd9507086a0c0379a266fa174f8c2 /src/vendorcode/cavium
parent7d0e5fa3ff6c21563e4cc0231af6b0f4bc9324db (diff)
downloadcoreboot-90e2adf0d33117efe04c4df601a369223b0c1516.tar.gz
coreboot-90e2adf0d33117efe04c4df601a369223b0c1516.tar.bz2
coreboot-90e2adf0d33117efe04c4df601a369223b0c1516.zip
src/vendorcode/cavium: Fix guard in bdk-require.h
Change-Id: I5d4ac11d0c9501dd3a753f8f29581552c484ff59 Signed-off-by: David Hendricks <david.hendricks@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64367 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/vendorcode/cavium')
-rw-r--r--src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-require.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-require.h b/src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-require.h
index eea2530cee98..6f9103d6134f 100644
--- a/src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-require.h
+++ b/src/vendorcode/cavium/include/bdk/libbdk-arch/bdk-require.h
@@ -1,5 +1,5 @@
#ifndef __CB_BDK_REQUIRE_H__
-#define __CB_BDK_REQIORE_H__
+#define __CB_BDK_REQUIRE_H__
/***********************license start***********************************
* Copyright (c) 2003-2017 Cavium Inc. (support@cavium.com). All rights
* reserved.