summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2020-02-24 09:11:53 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-02-25 09:04:49 +0100
commit137693f333dc348d7c7705931f5f83a24b1a850b (patch)
tree2a07fce6eb940111f5615d38551d57ea95581176
parent2f925b37f04f4d5a54b92f8b5f481618f6866ffa (diff)
downloadbarebox-137693f333dc348d7c7705931f5f83a24b1a850b.tar.gz
barebox-137693f333dc348d7c7705931f5f83a24b1a850b.tar.xz
ARM: stm32mp: dk2: delete unused includes
These includes are no longer needed because we don't need to hard code memory size in board code anymore for the STM32MP. Drop them. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/boards/stm32mp157c-dk2/board.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boards/stm32mp157c-dk2/board.c b/arch/arm/boards/stm32mp157c-dk2/board.c
index 6da99d9353..4636603121 100644
--- a/arch/arm/boards/stm32mp157c-dk2/board.c
+++ b/arch/arm/boards/stm32mp157c-dk2/board.c
@@ -1,9 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
#include <common.h>
-#include <linux/sizes.h>
#include <init.h>
-#include <asm/memory.h>
-#include <mach/stm32.h>
#include <mach/bbu.h>
static int dk2_postcore_init(void)