summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/common
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@chromium.org>2021-12-29 15:44:33 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-01-13 15:26:54 +0000
commit60570f41344b10c06d42ec39c2aa5a119889ed14 (patch)
treebcbe4513e72f4ab25ce81e1cadf9aaa9ed22da8f /src/soc/mediatek/common
parent41a1a9e03c681da565d00c0a9fff617c9f45308d (diff)
downloadcoreboot-60570f41344b10c06d42ec39c2aa5a119889ed14.tar.gz
coreboot-60570f41344b10c06d42ec39c2aa5a119889ed14.tar.bz2
coreboot-60570f41344b10c06d42ec39c2aa5a119889ed14.zip
soc/mediatek: Fix include guard naming for emi.h
Fix the name of the include guard for soc/mediatek/common/include/soc/emi.h. BUG=none TEST=emerge-corsola coreboot BRANCH=none Change-Id: Iddac3467959545b7db141545aaa2a135536f44f1 Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60440 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Xi Chen <xixi.chen@mediatek.com> Reviewed-by: Rex-BC Chen <rex-bc.chen@mediatek.com>
Diffstat (limited to 'src/soc/mediatek/common')
-rw-r--r--src/soc/mediatek/common/include/soc/emi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/mediatek/common/include/soc/emi.h b/src/soc/mediatek/common/include/soc/emi.h
index 994d35a8ecad..60206d8ae719 100644
--- a/src/soc/mediatek/common/include/soc/emi.h
+++ b/src/soc/mediatek/common/include/soc/emi.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef SOC_MEDIATEK_EMI_H
-#define SOC_MEDIATEK_EMI_H
+#ifndef SOC_MEDIATEK_COMMON_EMI_H
+#define SOC_MEDIATEK_COMMON_EMI_H
#include <soc/dramc_param.h>
@@ -16,4 +16,4 @@ u32 get_ddr_geometry(void);
u32 get_ddr_type(void);
void init_dram_by_params(struct dramc_param *dparam);
-#endif /* SOC_MEDIATEK_MT8192_EMI_H */
+#endif /* SOC_MEDIATEK_COMMON_EMI_H */