diff options
author | Steve Rae <srae@broadcom.com> | 2016-04-04 12:59:44 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-18 12:29:30 -0400 |
commit | efe8d89943123b9386785a21c0ef906b79f8f2dc (patch) | |
tree | 66fef3590fd464c84e4d9dacea04b439c895b912 /configs | |
parent | f0ad6e361df4d588c6a4a601e41b6a4804ea7f6d (diff) | |
download | u-boot-imx-efe8d89943123b9386785a21c0ef906b79f8f2dc.zip u-boot-imx-efe8d89943123b9386785a21c0ef906b79f8f2dc.tar.gz u-boot-imx-efe8d89943123b9386785a21c0ef906b79f8f2dc.tar.bz2 |
bcm281xx: enable CONFIG_OF_LIBFDT
set the Kconfig parameter: CONFIG_OF_LIBFDT
Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/bcm28155_ap_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bcm28155_ap_defconfig b/configs/bcm28155_ap_defconfig index ba57944..538647d 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 |