summaryrefslogtreecommitdiffstats
path: root/include/configs/tbs2910.h
diff options
context:
space:
mode:
authorSoeren Moch <smoch@web.de>2015-05-05 23:09:20 +0200
committerStefano Babic <sbabic@denx.de>2015-05-15 19:21:24 +0200
commit2a02e3f97810eee67d7af0448cea9cca4a41939a (patch)
tree720d020f541af9c4dd89e2cea40abf37cde7f167 /include/configs/tbs2910.h
parent54ca183aff12573cb65fc2d83f2db02a8a2f84f1 (diff)
downloadblackbird-obmc-uboot-2a02e3f97810eee67d7af0448cea9cca4a41939a.tar.gz
blackbird-obmc-uboot-2a02e3f97810eee67d7af0448cea9cca4a41939a.zip
tbs2910: use default CONFIG_SYS_PBSIZE
Since there is a default CONFIG_SYS_PBSIZE definition in config_fallbacks.h, this setting is no longer required in board configurations. Signed-off-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'include/configs/tbs2910.h')
-rw-r--r--include/configs/tbs2910.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
index 601347d9f8..26832140c0 100644
--- a/include/configs/tbs2910.h
+++ b/include/configs/tbs2910.h
@@ -39,8 +39,6 @@
#define CONFIG_CMDLINE_EDITING
#define CONFIG_SYS_MAXARGS 16
#define CONFIG_SYS_CBSIZE 1024
-#define CONFIG_SYS_PBSIZE \
- (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
#define CONFIG_SYS_HZ 1000
/* Physical Memory Map */
OpenPOWER on IntegriCloud