summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-phycore-imx7
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-12-12 13:09:49 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-01-04 14:03:23 +0100
commite310d86eb4fba6658c213058dd6577d48c39c621 (patch)
treea86854c969a447b5560e974764fda86714301d5e /arch/arm/boards/phytec-phycore-imx7
parent9c41cf0ee3da1915756cdab83988a5e2729d9e8e (diff)
downloadbarebox-e310d86eb4fba6658c213058dd6577d48c39c621.tar.gz
barebox-e310d86eb4fba6658c213058dd6577d48c39c621.tar.xz
ARM: mach-types: don't generate header at buildtime
Now that we have removed 4642 machine types unused by barebox, we are just left with 65 boards. Let's just include the generated header in the source tree and stop generating the header anew at build time. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20231212120949.3459707-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/phytec-phycore-imx7')
-rw-r--r--arch/arm/boards/phytec-phycore-imx7/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/phytec-phycore-imx7/board.c b/arch/arm/boards/phytec-phycore-imx7/board.c
index f400e07e86..4d8b938f17 100644
--- a/arch/arm/boards/phytec-phycore-imx7/board.c
+++ b/arch/arm/boards/phytec-phycore-imx7/board.c
@@ -6,7 +6,7 @@
#include <environment.h>
#include <mach/imx/bbu.h>
#include <asm/armlinux.h>
-#include <generated/mach-types.h>
+#include <asm/mach-types.h>
#include <mach/imx/generic.h>
#include <linux/sizes.h>
#include <asm/psci.h>