summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorG S Niteesh <gsnb.gn@gmail.com>2020-01-03 08:56:14 +0530
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2020-01-07 17:55:13 +0100
commiteca25efe2790b528e30b8e31eb1457be10b3666d (patch)
tree92d1803b949af535724eaf94ff4de3d9e4114375 /bsps
parentbsp/raspberrypi: Fix size of work area. (diff)
downloadrtems-eca25efe2790b528e30b8e31eb1457be10b3666d.tar.bz2
bsp/raspberrypi: Enable FDT support.
This commit adds FDT support to the BSP.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/arm/raspberrypi/include/bsp.h4
1 files changed, 4 insertions, 0 deletions
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