aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-06-02 16:33:29 -0400
committerTom Rini <trini@konsulko.com>2021-06-02 16:33:29 -0400
commitd3224049c97706f24b40bb02d5af1d2a54eae467 (patch)
tree8a918c270a5668fb1d293006dbc3540a826ce8ac
parente2e74f022a5474f81e7715dc3920770fb249ad6d (diff)
downloadu-boot-d3224049c97706f24b40bb02d5af1d2a54eae467.zip
u-boot-d3224049c97706f24b40bb02d5af1d2a54eae467.tar.gz
u-boot-d3224049c97706f24b40bb02d5af1d2a54eae467.tar.bz2
powerpc: Don't use relative include for config.h
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--arch/powerpc/include/asm/global_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/global_data.h b/arch/powerpc/include/asm/global_data.h
index 192a02d..90bf5a2 100644
--- a/arch/powerpc/include/asm/global_data.h
+++ b/arch/powerpc/include/asm/global_data.h
@@ -8,7 +8,7 @@
#ifndef __ASM_GBL_DATA_H
#define __ASM_GBL_DATA_H
-#include "config.h"
+#include <config.h>
#include "asm/types.h"
/* Architecture-specific global data */