summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/panda/board.c
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/panda/board.c
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/panda/board.c')
-rw-r--r--arch/arm/boards/panda/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/panda/board.c b/arch/arm/boards/panda/board.c
index f182b14987..55836d2331 100644
--- a/arch/arm/boards/panda/board.c
+++ b/arch/arm/boards/panda/board.c
@@ -7,7 +7,7 @@
#include <io.h>
#include <gpio.h>
#include <asm/armlinux.h>
-#include <generated/mach-types.h>
+#include <asm/mach-types.h>
#include <mach/omap/omap4-silicon.h>
#include <mach/omap/omap4-devices.h>
#include <mach/omap/sdrc.h>