summaryrefslogtreecommitdiffstats
path: root/include/configs/cgtqmx6eval.h
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-23 11:02:20 -0300
committerStefano Babic <sbabic@denx.de>2015-07-26 12:21:58 +0200
commitd6ec45da301ffa865ea8f9a9a481d49dfdb9b24f (patch)
tree6ce4314a4273fdc20622fcbbc09522c8a87afb49 /include/configs/cgtqmx6eval.h
parent72d21256fb6283faac35abf01cd25a37ca150316 (diff)
downloadtalos-obmc-uboot-d6ec45da301ffa865ea8f9a9a481d49dfdb9b24f.tar.gz
talos-obmc-uboot-d6ec45da301ffa865ea8f9a9a481d49dfdb9b24f.zip
cgtqmx6eval: 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. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/configs/cgtqmx6eval.h')
-rw-r--r--include/configs/cgtqmx6eval.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/cgtqmx6eval.h b/include/configs/cgtqmx6eval.h
index 5f753e7ab5..9d9e38874e 100644
--- a/include/configs/cgtqmx6eval.h
+++ b/include/configs/cgtqmx6eval.h
@@ -87,9 +87,6 @@
"fi; " \
"else echo ERR: Fail to boot from mmc; fi"
-/* Print Buffer Size */
-#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
-
#define CONFIG_SYS_MEMTEST_START 0x10000000
#define CONFIG_SYS_MEMTEST_END 0x10010000
#define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000
OpenPOWER on IntegriCloud