git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9558b4
)
arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZE
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 14 Jul 2021 07:07:04 +0000
(09:07 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Mon, 26 Jul 2021 07:18:45 +0000
(09:18 +0200)
It is default value which had been converted by commit
432e39806805
("include/configs: drop default definitions of CONFIG_SYS_PBSIZE"). That's
why also remove it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_versal.h
patch
|
blob
|
history
diff --git
a/include/configs/xilinx_versal.h
b/include/configs/xilinx_versal.h
index
aae128f
..
15a9db2
100644
(file)
--- a/
include/configs/xilinx_versal.h
+++ b/
include/configs/xilinx_versal.h
@@
-41,8
+41,6
@@
/* Monitor Command Prompt */
/* Console I/O Buffer Size */
#define CONFIG_SYS_CBSIZE 2048
-#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
- sizeof(CONFIG_SYS_PROMPT) + 16)
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
#define CONFIG_SYS_MAXARGS 64