All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sunxi: OLinuXino: Drop FASTBOOT_FLASH
@ 2017-12-08 11:39 Jagan Teki
  2017-12-08 11:56 ` Maxime Ripard
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2017-12-08 11:39 UTC (permalink / raw)
  To: u-boot

FASTBOOT_FLASH is auto select for sunxi platform now,
so drop explicit addition.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 configs/A13-OLinuXino_defconfig            | 1 -
 configs/A20-OLinuXino-Lime2-eMMC_defconfig | 1 -
 configs/A20-OLinuXino-Lime2_defconfig      | 1 -
 3 files changed, 3 deletions(-)

diff --git a/configs/A13-OLinuXino_defconfig b/configs/A13-OLinuXino_defconfig
index 3c2a6f8..4e65698 100644
--- a/configs/A13-OLinuXino_defconfig
+++ b/configs/A13-OLinuXino_defconfig
@@ -16,7 +16,6 @@ CONFIG_DEFAULT_DEVICE_TREE="sun5i-a13-olinuxino"
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
 CONFIG_SPL=y
 CONFIG_SPL_I2C_SUPPORT=y
-CONFIG_FASTBOOT_FLASH=y
 CONFIG_CMD_DFU=y
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
diff --git a/configs/A20-OLinuXino-Lime2-eMMC_defconfig b/configs/A20-OLinuXino-Lime2-eMMC_defconfig
index cd1fa64..2f2b5d1 100644
--- a/configs/A20-OLinuXino-Lime2-eMMC_defconfig
+++ b/configs/A20-OLinuXino-Lime2-eMMC_defconfig
@@ -13,7 +13,6 @@ CONFIG_AHCI=y
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
 CONFIG_SPL=y
 CONFIG_SPL_I2C_SUPPORT=y
-CONFIG_FASTBOOT_FLASH=y
 CONFIG_CMD_DFU=y
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
diff --git a/configs/A20-OLinuXino-Lime2_defconfig b/configs/A20-OLinuXino-Lime2_defconfig
index 4a90ab6..9492cae 100644
--- a/configs/A20-OLinuXino-Lime2_defconfig
+++ b/configs/A20-OLinuXino-Lime2_defconfig
@@ -12,7 +12,6 @@ CONFIG_AHCI=y
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
 CONFIG_SPL=y
 CONFIG_SPL_I2C_SUPPORT=y
-CONFIG_FASTBOOT_FLASH=y
 CONFIG_CMD_DFU=y
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] sunxi: OLinuXino: Drop FASTBOOT_FLASH
  2017-12-08 11:39 [U-Boot] [PATCH] sunxi: OLinuXino: Drop FASTBOOT_FLASH Jagan Teki
@ 2017-12-08 11:56 ` Maxime Ripard
  2017-12-08 12:00   ` Jagan Teki
  0 siblings, 1 reply; 4+ messages in thread
From: Maxime Ripard @ 2017-12-08 11:56 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 08, 2017 at 05:09:51PM +0530, Jagan Teki wrote:
> FASTBOOT_FLASH is auto select for sunxi platform now,
> so drop explicit addition.
> 
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

There's far more boards than these three, maybe we should do all of
them?

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171208/baf786f7/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] sunxi: OLinuXino: Drop FASTBOOT_FLASH
  2017-12-08 11:56 ` Maxime Ripard
@ 2017-12-08 12:00   ` Jagan Teki
  2017-12-08 14:39     ` Maxime Ripard
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2017-12-08 12:00 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 8, 2017 at 5:26 PM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:
> On Fri, Dec 08, 2017 at 05:09:51PM +0530, Jagan Teki wrote:
>> FASTBOOT_FLASH is auto select for sunxi platform now,
>> so drop explicit addition.
>>
>> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>
> There's far more boards than these three, maybe we should do all of
> them?

True, but this is because I've tested these.

-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] sunxi: OLinuXino: Drop FASTBOOT_FLASH
  2017-12-08 12:00   ` Jagan Teki
@ 2017-12-08 14:39     ` Maxime Ripard
  0 siblings, 0 replies; 4+ messages in thread
From: Maxime Ripard @ 2017-12-08 14:39 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 08, 2017 at 05:30:45PM +0530, Jagan Teki wrote:
> On Fri, Dec 8, 2017 at 5:26 PM, Maxime Ripard
> <maxime.ripard@free-electrons.com> wrote:
> > On Fri, Dec 08, 2017 at 05:09:51PM +0530, Jagan Teki wrote:
> >> FASTBOOT_FLASH is auto select for sunxi platform now,
> >> so drop explicit addition.
> >>
> >> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> >
> > There's far more boards than these three, maybe we should do all of
> > them?
> 
> True, but this is because I've tested these.

Still, running moveconfig -s is pretty safe here. You just want to
make sure that the config is the same, and it will be.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171208/afe014ed/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-08 14:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-08 11:39 [U-Boot] [PATCH] sunxi: OLinuXino: Drop FASTBOOT_FLASH Jagan Teki
2017-12-08 11:56 ` Maxime Ripard
2017-12-08 12:00   ` Jagan Teki
2017-12-08 14:39     ` Maxime Ripard

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.