public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1] env: Sort selection of default choices
@ 2017-08-18 10:14 Andy Shevchenko
  2017-08-20 23:29 ` [U-Boot] [U-Boot,v1] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2017-08-18 10:14 UTC (permalink / raw)
  To: u-boot

It would be easier to catch out which platform is using which default.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 env/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/env/Kconfig b/env/Kconfig
index 748f534d11..20321f862e 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -3,25 +3,25 @@ menu "Environment"
 choice
 	prompt "Select the location of the environment"
 	default ENV_IS_IN_MMC if ARCH_SUNXI
-	default ENV_IS_IN_FAT if ARCH_BCM283X
 	default ENV_IS_IN_MMC if ARCH_UNIPHIER
 	default ENV_IS_IN_MMC if ARCH_EXYNOS4
 	default ENV_IS_IN_MMC if MX6SX || MX7D
-	default ENV_IS_IN_FLASH if ARCH_CINTEGRATOR
-	default ENV_IS_IN_SPI_FLASH if ARMADA_XP
 	default ENV_IS_IN_MMC if TEGRA30 || TEGRA124
 	default ENV_IS_IN_MMC if TEGRA_ARMV8_COMMON
+	default ENV_IS_IN_FLASH if ARCH_CINTEGRATOR
 	default ENV_IS_IN_FLASH if ARCH_INTEGRATOR_CP
 	default ENV_IS_IN_FLASH if M548x || M547x || M5282 || MCF547x_8x
 	default ENV_IS_IN_FLASH if MCF532x || MCF52x2
 	default ENV_IS_IN_FLASH if MPC86xx || MPC83xx
 	default ENV_IS_IN_FLASH if ARCH_MPC8572 || ARCH_MPC8548 || ARCH_MPC8641
 	default ENV_IS_IN_FLASH if SH && !CPU_SH4
+	default ENV_IS_IN_SPI_FLASH if ARMADA_XP
 	default ENV_IS_IN_SPI_FLASH if INTEL_BAYTRAIL
 	default ENV_IS_IN_SPI_FLASH if INTEL_BROADWELL
 	default ENV_IS_IN_SPI_FLASH if NORTHBRIDGE_INTEL_IVYBRIDGE
 	default ENV_IS_IN_SPI_FLASH if INTEL_QUARK
 	default ENV_IS_IN_SPI_FLASH if INTEL_QUEENSBAY
+	default ENV_IS_IN_FAT if ARCH_BCM283X
 	default ENV_IS_IN_FAT if MMC_OMAP_HS && TI_COMMON_CMD_OPTIONS
 	default ENV_IS_NOWHERE
 	help
-- 
2.14.1

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

* [U-Boot] [U-Boot,v1] env: Sort selection of default choices
  2017-08-18 10:14 [U-Boot] [PATCH v1] env: Sort selection of default choices Andy Shevchenko
@ 2017-08-20 23:29 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2017-08-20 23:29 UTC (permalink / raw)
  To: u-boot

On Fri, Aug 18, 2017 at 01:14:47PM +0300, Andy Shevchenko wrote:

> It would be easier to catch out which platform is using which default.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170820/f8799e6d/attachment.sig>

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

end of thread, other threads:[~2017-08-20 23:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 10:14 [U-Boot] [PATCH v1] env: Sort selection of default choices Andy Shevchenko
2017-08-20 23:29 ` [U-Boot] [U-Boot,v1] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox