summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/embedsky-e9
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/embedsky-e9
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/embedsky-e9')
-rw-r--r--arch/arm/boards/embedsky-e9/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/embedsky-e9/board.c b/arch/arm/boards/embedsky-e9/board.c
index f7a3f1bdb8..afc9e3d27e 100644
--- a/arch/arm/boards/embedsky-e9/board.c
+++ b/arch/arm/boards/embedsky-e9/board.c
@@ -15,7 +15,7 @@
#include <environment.h>
#include <mach/imx/imx6-regs.h>
#include <asm/armlinux.h>
-#include <generated/mach-types.h>
+#include <asm/mach-types.h>
#include <linux/phy.h>
#include <asm/io.h>
#include <asm/mmu.h>