[U-Boot] [PATCH 3/5] tbs2910: use default CONFIG_SYS_PBSIZE
Soeren Moch
smoch at web.de
Tue May 5 23:09:20 CEST 2015
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 at web.de>
---
Cc: Stefano Babic <sbabic at denx.de>
---
include/configs/tbs2910.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
index ea4666d..9efb8c2 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 */
--
1.9.1
More information about the U-Boot
mailing list