summaryrefslogtreecommitdiffstats
path: root/include/configs/cm_fx6.h
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2015-05-22 17:30:50 +0100
committerStefano Babic <sbabic@denx.de>2015-05-26 15:58:56 +0200
commit2d8a07475eaa521f0055fc7c2617723a0364fe27 (patch)
tree19729784d00dddd9c375255eff4f2af87e6f47d0 /include/configs/cm_fx6.h
parent8183058188cd2d9424503b68de8606c5900ba74b (diff)
downloadtalos-obmc-uboot-2d8a07475eaa521f0055fc7c2617723a0364fe27.tar.gz
talos-obmc-uboot-2d8a07475eaa521f0055fc7c2617723a0364fe27.zip
imx6: move generic miscellaneous and overwrite options
Move generic miscellaneous options that are standard across most, if not all, mx6 boards to central mx6_common define to ensure consistent features. Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'include/configs/cm_fx6.h')
-rw-r--r--include/configs/cm_fx6.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h
index 2a152e19be..663e04bae0 100644
--- a/include/configs/cm_fx6.h
+++ b/include/configs/cm_fx6.h
@@ -55,9 +55,6 @@
/* Shell */
#define CONFIG_SYS_PROMPT "CM-FX6 # "
-#define CONFIG_SYS_CBSIZE 1024
-#define CONFIG_SYS_MAXARGS 16
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
sizeof(CONFIG_SYS_PROMPT) + 16)
@@ -69,7 +66,6 @@
#define CONFIG_SF_DEFAULT_MODE (SPI_MODE_0)
/* Environment */
-#define CONFIG_ENV_OVERWRITE
#define CONFIG_ENV_IS_IN_SPI_FLASH
#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
#define CONFIG_ENV_SPI_MODE CONFIG_SF_DEFAULT_MODE
OpenPOWER on IntegriCloud