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 <phdm@macqel.be> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
parent
f606aee2e0
commit
73a9983e6f
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ config RAMBASE
|
||||||
processor address space.
|
processor address space.
|
||||||
|
|
||||||
config RAMSIZE
|
config RAMSIZE
|
||||||
hex "Size of RAM (in bytes)"
|
hex "Size of RAM (in bytes), or 0 for automatic"
|
||||||
default "0x400000"
|
default "0x400000"
|
||||||
help
|
help
|
||||||
Define the size of the system RAM. If you select 0 then the
|
Define the size of the system RAM. If you select 0 then the
|
||||||
|
|
Loading…
Add table
Reference in a new issue