All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] imx6 minor cleanups
@ 2015-06-16  9:20 Peter Robinson
  2015-06-16  9:20 ` [U-Boot] [PATCH 1/2] Drop duplicate CONFIG_SYS_NO_FLASH from mx6_common Peter Robinson
  2015-06-16  9:20 ` [U-Boot] [PATCH 2/2] mx6cuboxi: drop options that are duplicated in mx6_common Peter Robinson
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Robinson @ 2015-06-16  9:20 UTC (permalink / raw)
  To: u-boot

Just a couple of small cleanups to remove duplicate options that are
already defined in mx6_common.h

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

* [U-Boot] [PATCH 1/2] Drop duplicate CONFIG_SYS_NO_FLASH from mx6_common
  2015-06-16  9:20 [U-Boot] imx6 minor cleanups Peter Robinson
@ 2015-06-16  9:20 ` Peter Robinson
  2015-06-16  9:20 ` [U-Boot] [PATCH 2/2] mx6cuboxi: drop options that are duplicated in mx6_common Peter Robinson
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Robinson @ 2015-06-16  9:20 UTC (permalink / raw)
  To: u-boot

It's defind earlier in the file

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 include/configs/mx6_common.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index 50370e1..b37477a 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -87,7 +87,6 @@
 #define CONFIG_CMD_FAT
 
 /* Miscellaneous configurable options */
-#define CONFIG_SYS_NO_FLASH
 #undef CONFIG_CMD_IMLS
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_SYS_HUSH_PARSER
-- 
2.4.3

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

* [U-Boot] [PATCH 2/2] mx6cuboxi: drop options that are duplicated in mx6_common
  2015-06-16  9:20 [U-Boot] imx6 minor cleanups Peter Robinson
  2015-06-16  9:20 ` [U-Boot] [PATCH 1/2] Drop duplicate CONFIG_SYS_NO_FLASH from mx6_common Peter Robinson
@ 2015-06-16  9:20 ` Peter Robinson
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Robinson @ 2015-06-16  9:20 UTC (permalink / raw)
  To: u-boot

These options were merged into mx6_common and were seemingly missed
in mx6cuboxi so drop the duplicates

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 include/configs/mx6cuboxi.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
index 3f99512..3d5bba7 100644
--- a/include/configs/mx6cuboxi.h
+++ b/include/configs/mx6cuboxi.h
@@ -186,14 +186,6 @@
 		"fi; " \
 	"else run netboot; fi"
 
-/* Miscellaneous configurable options */
-#define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_HUSH_PARSER
-#define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-
-#define CONFIG_CMDLINE_EDITING
-
 /* Physical Memory Map */
 #define CONFIG_NR_DRAM_BANKS           1
 #define CONFIG_SYS_SDRAM_BASE          MMDC0_ARB_BASE_ADDR
-- 
2.4.3

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

end of thread, other threads:[~2015-06-16  9:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-16  9:20 [U-Boot] imx6 minor cleanups Peter Robinson
2015-06-16  9:20 ` [U-Boot] [PATCH 1/2] Drop duplicate CONFIG_SYS_NO_FLASH from mx6_common Peter Robinson
2015-06-16  9:20 ` [U-Boot] [PATCH 2/2] mx6cuboxi: drop options that are duplicated in mx6_common Peter Robinson

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.