diff options
author | Andre Heider <a.heider@gmail.com> | 2018-01-16 09:44:22 +0100 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2018-01-26 20:02:33 +0530 |
commit | eff264d731d00a82a04e357fa04024d1a445d269 (patch) | |
tree | a340c0538147c3fef84ca724aa732f4b9f497044 /configs/CHIP_defconfig | |
parent | acd4d3343f6dc0f8a0c62bd4fb4ed5dbbc2ced1b (diff) | |
download | u-boot-eff264d731d00a82a04e357fa04024d1a445d269.tar.gz |
sunxi: imply CONFIG_OF_LIBFDT_OVERLAY
fdt overlay support is useful for all sunxi boards, enable per default
and remove it from sunxi defconfigs.
Signed-off-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs/CHIP_defconfig')
-rw-r--r-- | configs/CHIP_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/CHIP_defconfig b/configs/CHIP_defconfig index 062ac76e6d..2452d42a87 100644 --- a/configs/CHIP_defconfig +++ b/configs/CHIP_defconfig @@ -20,4 +20,3 @@ CONFIG_AXP_ALDO4_VOLT=3300 CONFIG_USB_EHCI_HCD=y CONFIG_USB_MUSB_GADGET=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y -CONFIG_OF_LIBFDT_OVERLAY=y |