aboutsummaryrefslogtreecommitdiff
path: root/include/configs/owl-common.h
diff options
context:
space:
mode:
authorTom Rini2022-05-12 10:02:06 -0400
committerTom Rini2022-06-06 12:09:00 -0400
commit6889412ad5e78f207b7155d81ea6c334e417e21e (patch)
treef4d0ddbe603a1e956b162d597f26218a87235cd7 /include/configs/owl-common.h
parentd31466b382dd05a5439d12d69ddd6e8eaff0e5e6 (diff)
Convert CONFIG_SYS_BARGSIZE to Kconfig
This converts the following to Kconfig: CONFIG_SYS_BARGSIZE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/owl-common.h')
-rw-r--r--include/configs/owl-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/owl-common.h b/include/configs/owl-common.h
index d6948cca289..0372bd7c79d 100644
--- a/include/configs/owl-common.h
+++ b/include/configs/owl-common.h
@@ -23,6 +23,5 @@
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x7ff00)
/* Console configuration */
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
#endif