Enable device tree control so that we can use driver model fully and avoid using platform data.
Signed-off-by: Simon Glass <s...@chromium.org> --- Changes in v3: None Changes in v2: None configs/rpi_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index db8da68..d22ed78 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -6,3 +6,6 @@ CONFIG_TARGET_RPI=y # CONFIG_CMD_FPGA is not set # CONFIG_CMD_SETEXPR is not set CONFIG_PHYS_TO_BUS=y +CONFIG_CMD_NET=y +CONFIG_OF_CONTROL=y +CONFIG_DEFAULT_DEVICE_TREE="bcm2835-rpi-b" -- 2.5.0.rc2.392.g76e840b _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot