summaryrefslogtreecommitdiffstats
path: root/include/configs/warp.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-03-02 14:14:37 -0300
committerStefano Babic <sbabic@denx.de>2015-03-13 13:13:49 +0100
commit0e26afe5ce03fffca8d665a9c511173a946ff233 (patch)
tree3de1e84202bc0311a360b3f2cd223e7e2fbc6d3a /include/configs/warp.h
parentf30f50987a3f9c45c0d580a996d267e7e9688763 (diff)
downloadtalos-obmc-uboot-0e26afe5ce03fffca8d665a9c511173a946ff233.tar.gz
talos-obmc-uboot-0e26afe5ce03fffca8d665a9c511173a946ff233.zip
warp: Use the default CONFIG_SYS_PBSIZE
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG_SYS_PBSIZE definition from config_fallbacks.h to solve this problem. Cc: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/configs/warp.h')
-rw-r--r--include/configs/warp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/warp.h b/include/configs/warp.h
index bcdd1125f9..aa3115b51d 100644
--- a/include/configs/warp.h
+++ b/include/configs/warp.h
@@ -81,9 +81,6 @@
#define CONFIG_HW_WATCHDOG
#define CONFIG_IMX_WATCHDOG
#define CONFIG_WATCHDOG_TIMEOUT_MSECS 30000 /* 30s */
-
-/* Print Buffer Size */
-#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
#define CONFIG_SYS_MAXARGS 16
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
OpenPOWER on IntegriCloud