From: Steve Rae Date: Mon, 4 Apr 2016 19:59:44 +0000 (-0700) Subject: bcm281xx: enable CONFIG_OF_LIBFDT X-Git-Tag: v2016.05-rc2~45 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=efe8d89943123b9386785a21c0ef906b79f8f2dc;p=u-boot bcm281xx: enable CONFIG_OF_LIBFDT set the Kconfig parameter: CONFIG_OF_LIBFDT Signed-off-by: Steve Rae --- diff --git a/configs/bcm28155_ap_defconfig b/configs/bcm28155_ap_defconfig index ba57944b20..538647d79b 100644 --- a/configs/bcm28155_ap_defconfig +++ b/configs/bcm28155_ap_defconfig @@ -9,3 +9,4 @@ CONFIG_CMD_GPIO=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_GADGET=y +CONFIG_OF_LIBFDT=y