diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2014-01-16 04:31:24 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-01-16 08:19:38 -0500 |
commit | 59ed9413533897823bcdb4c79fd2904718e25b0a (patch) | |
tree | f016337b77b6299e551282c642249ec9327b4784 /arch/arc/Kconfig | |
parent | d8e8c7dda11f5d5cf90495f2e89d917a83509bc0 (diff) |
ARC: [cmdline] uboot cmdline handling rework
* Moved cmdline copy from asm to "C" - allows for more robust checking
of pointer validity etc.
* Remove the Kconfig option to do so, base it on a runtime value passed
by u-boot
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 9063ae6553cc..c1f76f7424ac 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig | |||
@@ -409,17 +409,6 @@ config ARC_DBG_TLB_MISS_COUNT | |||
409 | Counts number of I and D TLB Misses and exports them via Debugfs | 409 | Counts number of I and D TLB Misses and exports them via Debugfs |
410 | The counters can be cleared via Debugfs as well | 410 | The counters can be cleared via Debugfs as well |
411 | 411 | ||
412 | config CMDLINE_UBOOT | ||
413 | bool "Support U-boot kernel command line passing" | ||
414 | default n | ||
415 | help | ||
416 | If you are using U-boot (www.denx.de) and wish to pass the kernel | ||
417 | command line from the U-boot environment to the Linux kernel then | ||
418 | switch this option on. | ||
419 | ARC U-boot will setup the cmdline in RAM/flash and set r2 to point | ||
420 | to it. kernel startup code will append this to DeviceTree | ||
421 | /bootargs provided cmdline args. | ||
422 | |||
423 | config ARC_BUILTIN_DTB_NAME | 412 | config ARC_BUILTIN_DTB_NAME |
424 | string "Built in DTB" | 413 | string "Built in DTB" |
425 | help | 414 | help |