]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tbs2910: use default CONFIG_SYS_PBSIZE
authorSoeren Moch <smoch@web.de>
Tue, 5 May 2015 21:09:20 +0000 (23:09 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:44:33 +0000 (14:44 +0200)
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>
include/configs/tbs2910.h

index c12a81ebf46ecf8271ab4abb1a6abca490d974f5..ff0bbd464b9614a296093973597659ee11b158d8 100644 (file)
@@ -38,8 +38,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 */