All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 10/12] sunxi: imply CONFIG_OF_LIBFDT_OVERLAY
Date: Tue, 16 Jan 2018 09:44:22 +0100	[thread overview]
Message-ID: <20180116084424.17801-11-maxime.ripard@free-electrons.com> (raw)
In-Reply-To: <20180116084424.17801-1-maxime.ripard@free-electrons.com>

From: Andre Heider <a.heider@gmail.com>

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>
---
 arch/arm/Kconfig           | 1 +
 configs/CHIP_defconfig     | 1 -
 configs/CHIP_pro_defconfig | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 001ece3cf140..645bff5702cf 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -748,6 +748,7 @@ config ARCH_SUNXI
 	select USE_TINY_PRINTF
 	imply CMD_GPT
 	imply FAT_WRITE
+	imply OF_LIBFDT_OVERLAY
 	imply PRE_CONSOLE_BUFFER
 	imply SPL_GPIO_SUPPORT
 	imply SPL_LIBCOMMON_SUPPORT
diff --git a/configs/CHIP_defconfig b/configs/CHIP_defconfig
index 062ac76e6d66..2452d42a873c 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
diff --git a/configs/CHIP_pro_defconfig b/configs/CHIP_pro_defconfig
index f47aead6f904..02e79b5bb510 100644
--- a/configs/CHIP_pro_defconfig
+++ b/configs/CHIP_pro_defconfig
@@ -25,4 +25,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
-- 
2.14.3

  parent reply	other threads:[~2018-01-16  8:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-16  8:44 [U-Boot] [PATCH v2 00/12] sunxi: arm64 binary size fixes Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 01/12] dfu: select HASH Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 02/12] cmd: crc32: Disable by default on sunXi Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 03/12] cmd: unzip: " Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 04/12] cmd: loadb: " Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 05/12] cmd: loads: " Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 06/12] cmd: misc: " Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 07/12] video: bpp8: " Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 08/12] video: bpp16: " Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 09/12] net: regex: " Maxime Ripard
2018-01-16  8:44 ` Maxime Ripard [this message]
2018-01-16  8:44 ` [U-Boot] [PATCH v2 11/12] Makefile: Add size check to the u-boot.itb make target Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 12/12] sunxi: Add limit with the MMC environment Maxime Ripard
2018-01-24 16:42 ` [U-Boot] [PATCH v2 00/12] sunxi: arm64 binary size fixes Jagan Teki
2018-01-26 14:32   ` Jagan Teki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180116084424.17801-11-maxime.ripard@free-electrons.com \
    --to=maxime.ripard@free-electrons.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.