From eca25efe2790b528e30b8e31eb1457be10b3666d Mon Sep 17 00:00:00 2001 From: G S Niteesh Date: Fri, 3 Jan 2020 08:56:14 +0530 Subject: bsp/raspberrypi: Enable FDT support. This commit adds FDT support to the BSP. --- bsps/arm/raspberrypi/include/bsp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bsps') diff --git a/bsps/arm/raspberrypi/include/bsp.h b/bsps/arm/raspberrypi/include/bsp.h index 1075cb1771..b81d19cd76 100644 --- a/bsps/arm/raspberrypi/include/bsp.h +++ b/bsps/arm/raspberrypi/include/bsp.h @@ -41,6 +41,10 @@ extern "C" { #define BSP_FEATURE_IRQ_EXTENSION +#if BSP_START_COPY_FDT_FROM_U_BOOT +#define BSP_FDT_IS_SUPPORTED +#endif + #define RPI_L2_CACHE_ENABLE 1 #define BSP_GPIO_PIN_COUNT 32 -- cgit v1.2.3