
8 Jul
2015
8 Jul
'15
4:53 a.m.
Enable device tree control so that we can use driver model fully and avoid using platform data.
Signed-off-by: Simon Glass sjg@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