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@xxxxxx> --- arch/arm/boards/stm32mp157c-dk2/board.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/boards/stm32mp157c-dk2/board.c b/arch/arm/boards/stm32mp157c-dk2/board.c index 6da99d9353ac..46366031218d 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) -- 2.20.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox