[PATCH 1/5] qe: Add <config.h> to linux/immap_qe.h
Tom Rini
trini at konsulko.com
Fri Nov 17 23:53:09 CET 2023
Given how we define QE_MURAM_SIZE today, this header needs to have
<config.h> added to it.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
include/linux/immap_qe.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/linux/immap_qe.h b/include/linux/immap_qe.h
index 45307f51c103..a692f5dfb373 100644
--- a/include/linux/immap_qe.h
+++ b/include/linux/immap_qe.h
@@ -11,6 +11,8 @@
#ifndef __IMMAP_QE_H__
#define __IMMAP_QE_H__
+#include <config.h>
+
#ifdef CONFIG_MPC83xx
#if defined(CONFIG_ARCH_MPC8360)
#define QE_MURAM_SIZE 0xc000UL
--
2.34.1
More information about the U-Boot
mailing list