From 9ca09621760453dc452244498fdbcd52e3e2f71d Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 14 Jul 2021 09:07:04 +0200 Subject: [PATCH] arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZE 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 --- include/configs/xilinx_versal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h index aae128f5ed..15a9db2a92 100644 --- 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 -- 2.39.5