From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 7 Jul 2015 20:53:48 -0600 Subject: [U-Boot] [PATCH 16/20] arm: rpi: Enable device tree control for Rasberry Pi In-Reply-To: <1436324032-17931-1-git-send-email-sjg@chromium.org> References: <1436324032-17931-1-git-send-email-sjg@chromium.org> Message-ID: <1436324032-17931-17-git-send-email-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable device tree control so that we can use driver model fully and avoid using platform data. Signed-off-by: Simon Glass --- 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