aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-12 10:02:06 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:00 -0400
commit6889412ad5e78f207b7155d81ea6c334e417e21e (patch)
treef4d0ddbe603a1e956b162d597f26218a87235cd7 /README
parentd31466b382dd05a5439d12d69ddd6e8eaff0e5e6 (diff)
downloadu-boot-6889412ad5e78f207b7155d81ea6c334e417e21e.zip
u-boot-6889412ad5e78f207b7155d81ea6c334e417e21e.tar.gz
u-boot-6889412ad5e78f207b7155d81ea6c334e417e21e.tar.bz2
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 'README')
-rw-r--r--README4
1 files changed, 0 insertions, 4 deletions
diff --git a/README b/README
index e738fa9..e686839 100644
--- a/README
+++ b/README
@@ -1853,10 +1853,6 @@ Configuration Settings:
- CONFIG_SYS_PROMPT: This is what U-Boot prints on the console to
prompt for user input.
-- CONFIG_SYS_BARGSIZE: Buffer size for Boot Arguments which are passed to
- the application (usually a Linux kernel) when it is
- booted
-
- CONFIG_SYS_BAUDRATE_TABLE:
List of legal baudrate settings for this board.