mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
H8300: Typo: "buildin" -> "builtin"
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
parent
698524d78d
commit
5c5f4fee64
1 changed files with 3 additions and 3 deletions
|
@ -42,16 +42,16 @@ config SH_STANDARD_BIOS
|
|||
Require eCos/RedBoot
|
||||
|
||||
config DEFAULT_CMDLINE
|
||||
bool "Use buildin commandline"
|
||||
bool "Use builtin commandline"
|
||||
default n
|
||||
help
|
||||
buildin kernel commandline enabled.
|
||||
builtin kernel commandline enabled.
|
||||
|
||||
config KERNEL_COMMAND
|
||||
string "Buildin commmand string"
|
||||
depends on DEFAULT_CMDLINE
|
||||
help
|
||||
buildin kernel commandline strings.
|
||||
builtin kernel commandline strings.
|
||||
|
||||
config BLKDEV_RESERVE
|
||||
bool "BLKDEV Reserved Memory"
|
||||
|
|
Loading…
Reference in a new issue