summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/netgear-rn2120/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/netgear-rn2120/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/netgear-rn2120/board.c')
-rw-r--r--arch/arm/boards/netgear-rn2120/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/netgear-rn2120/board.c b/arch/arm/boards/netgear-rn2120/board.c
index 8b44b92257..8689202ba6 100644
--- a/arch/arm/boards/netgear-rn2120/board.c
+++ b/arch/arm/boards/netgear-rn2120/board.c
@@ -7,7 +7,7 @@
#include <linux/printk.h>
#include <linux/kernel.h>
#include <asm/armlinux.h>
-#include <generated/mach-types.h>
+#include <asm/mach-types.h>
static int rn2120_init(void)
{