aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-11-17 17:53:09 -0500
committerTom Rini <trini@konsulko.com>2023-11-30 11:14:05 -0500
commit3e7b3b87acdf2c24e27bdd3dc2a7718f1063654a (patch)
treee1ac2a9e23e8061453ea9c10863f14cb0e7a2188
parentae7ec8b0be41b59ef323f7531c0fe6745e8fef45 (diff)
downloadu-boot-3e7b3b87acdf2c24e27bdd3dc2a7718f1063654a.zip
u-boot-3e7b3b87acdf2c24e27bdd3dc2a7718f1063654a.tar.gz
u-boot-3e7b3b87acdf2c24e27bdd3dc2a7718f1063654a.tar.bz2
qe: Add <config.h> to linux/immap_qe.h
Given how we define QE_MURAM_SIZE today, this header needs to have <config.h> added to it. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--include/linux/immap_qe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/immap_qe.h b/include/linux/immap_qe.h
index 45307f5..a692f5d 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