Skip to content
Snippets Groups Projects
Commit 2a02e3f9 authored by Soeren Moch's avatar Soeren Moch Committed by Stefano Babic
Browse files

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: default avatarSoeren Moch <smoch@web.de>
parent 54ca183a
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment