[U-Boot] [PATCH 16/20] arm: rpi: Enable device tree control for Rasberry Pi

Simon Glass sjg at chromium.org
Wed Jul 8 04:53:48 CEST 2015


Enable device tree control so that we can use driver model fully and avoid
using platform data.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 configs/rpi_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index fc1aef3..94e298b 100644
--- a/configs/rpi_defconfig
+++ b/configs/rpi_defconfig
@@ -2,3 +2,5 @@ CONFIG_ARM=y
 CONFIG_ARCH_BCM283X=y
 CONFIG_TARGET_RPI=y
 CONFIG_CMD_NET=y
+CONFIG_OF_CONTROL=y
+CONFIG_DEFAULT_DEVICE_TREE="bcm2835-rpi-b"
-- 
2.4.3.573.g4eafbef



More information about the U-Boot mailing list