Skip to content

Commit 73a9983

Browse files
phdmgregungerer
authored andcommitted
m68knommu: improve short help of m68knommu/Kconfig/RAMSIZE for '0' case
While it is explained in the long help text, meaning of '0' for RAMSIZE is easily overlooked because is not mentioned in the short help text. Add that. Signed-off-by: Philippe De Muyter <[email protected]> Signed-off-by: Greg Ungerer <[email protected]>
1 parent f606aee commit 73a9983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/m68knommu/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ config RAMBASE
566566
processor address space.
567567

568568
config RAMSIZE
569-
hex "Size of RAM (in bytes)"
569+
hex "Size of RAM (in bytes), or 0 for automatic"
570570
default "0x400000"
571571
help
572572
Define the size of the system RAM. If you select 0 then the

0 commit comments

Comments
 (0)