public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] embestmx6boards: convert to use config_distro_defaults.h
@ 2014-12-14 14:51 Iain Paton
  2014-12-21 21:13 ` Nikolay Dimitrov
  2014-12-30 13:34 ` Stefano Babic
  0 siblings, 2 replies; 3+ messages in thread
From: Iain Paton @ 2014-12-14 14:51 UTC (permalink / raw)
  To: u-boot

Update to use config_distro_defaults.h and remove explicit settings

Signed-off-by: Iain Paton <ipaton0@gmail.com>
---
 include/configs/embestmx6boards.h | 21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h
index 185edbe..c62c8ec 100644
--- a/include/configs/embestmx6boards.h
+++ b/include/configs/embestmx6boards.h
@@ -78,14 +78,7 @@
 #define CONFIG_CMD_MMC
 #define CONFIG_GENERIC_MMC
 #define CONFIG_BOUNCE_BUFFER
-#define CONFIG_CMD_EXT2
-#define CONFIG_CMD_FAT
-#define CONFIG_DOS_PARTITION
-
-#define CONFIG_CMD_PING
-#define CONFIG_CMD_DHCP
-#define CONFIG_CMD_MII
-#define CONFIG_CMD_NET
+
 #define CONFIG_FEC_MXC
 #define CONFIG_MII
 #define IMX_FEC_BASE			ENET_BASE_ADDR
@@ -114,14 +107,12 @@
 
 /* Command definition */
 #include <config_cmd_default.h>
+#undef CONFIG_CMD_FPGA
 
 #define CONFIG_CMD_BMODE
-#define CONFIG_CMD_BOOTZ
 #define CONFIG_CMD_SETEXPR
 #undef CONFIG_CMD_IMLS
 
-#define CONFIG_BOOTDELAY               1
-
 #define CONFIG_LOADADDR                        0x12000000
 #define CONFIG_SYS_TEXT_BASE           0x17800000
 
@@ -255,10 +246,7 @@
 #define CONFIG_ARP_TIMEOUT     200UL
 
 /* Miscellaneous configurable options */
-#define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_HUSH_PARSER
 #define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
-#define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE              256
 
 /* Print Buffer Size */
@@ -272,7 +260,6 @@
 
 #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
 
-#define CONFIG_CMDLINE_EDITING
 #define CONFIG_STACKSIZE               (128 * 1024)
 
 /* Physical Memory Map */
@@ -312,8 +299,6 @@
 #define CONFIG_ENV_SPI_MAX_HZ		CONFIG_SF_DEFAULT_SPEED
 #endif
 
-#define CONFIG_OF_LIBFDT
-
 #ifndef CONFIG_SYS_DCACHE_OFF
 #define CONFIG_CMD_CACHE
 #endif
@@ -335,4 +320,6 @@
 #define CONFIG_IMX_HDMI
 #define CONFIG_IMX_VIDEO_SKIP
 
+#include <config_distro_defaults.h>
+
 #endif                         /* __RIOTBOARD_CONFIG_H */
-- 
2.1.3

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

* [U-Boot] [PATCH 1/2] embestmx6boards: convert to use config_distro_defaults.h
  2014-12-14 14:51 [U-Boot] [PATCH 1/2] embestmx6boards: convert to use config_distro_defaults.h Iain Paton
@ 2014-12-21 21:13 ` Nikolay Dimitrov
  2014-12-30 13:34 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Nikolay Dimitrov @ 2014-12-21 21:13 UTC (permalink / raw)
  To: u-boot

Hi Iain,

On 12/14/2014 04:51 PM, Iain Paton wrote:
> Update to use config_distro_defaults.h and remove explicit settings
>
> Signed-off-by: Iain Paton <ipaton0@gmail.com>
> ---
>   include/configs/embestmx6boards.h | 21 ++++-----------------
>   1 file changed, 4 insertions(+), 17 deletions(-)

Tested on RIoTboard & MarsBoard.

Tested-by: Nikolay Dimitrov <picmaster@mail.bg>

Regards,
Nikolay

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

* [U-Boot] [PATCH 1/2] embestmx6boards: convert to use config_distro_defaults.h
  2014-12-14 14:51 [U-Boot] [PATCH 1/2] embestmx6boards: convert to use config_distro_defaults.h Iain Paton
  2014-12-21 21:13 ` Nikolay Dimitrov
@ 2014-12-30 13:34 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2014-12-30 13:34 UTC (permalink / raw)
  To: u-boot

On 14/12/2014 15:51, Iain Paton wrote:
> Update to use config_distro_defaults.h and remove explicit settings
> 
> Signed-off-by: Iain Paton <ipaton0@gmail.com>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2014-12-30 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-14 14:51 [U-Boot] [PATCH 1/2] embestmx6boards: convert to use config_distro_defaults.h Iain Paton
2014-12-21 21:13 ` Nikolay Dimitrov
2014-12-30 13:34 ` Stefano Babic

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