|
|
@@ -199,7 +199,6 @@ config NR_CPUS
|
|
|
|
|
|
config ARC_SMP_HALT_ON_RESET
|
|
|
bool "Enable Halt-on-reset boot mode"
|
|
|
- default y if ARC_UBOOT_SUPPORT
|
|
|
help
|
|
|
In SMP configuration cores can be configured as Halt-on-reset
|
|
|
or they could all start at same time. For Halt-on-reset, non
|
|
|
@@ -539,18 +538,6 @@ config ARC_DBG_TLB_PARANOIA
|
|
|
|
|
|
endif
|
|
|
|
|
|
-config ARC_UBOOT_SUPPORT
|
|
|
- bool "Support uboot arg Handling"
|
|
|
- default n
|
|
|
- help
|
|
|
- ARC Linux by default checks for uboot provided args as pointers to
|
|
|
- external cmdline or DTB. This however breaks in absence of uboot,
|
|
|
- when booting from Metaware debugger directly, as the registers are
|
|
|
- not zeroed out on reset by mdb and/or ARCv2 based cores. The bogus
|
|
|
- registers look like uboot args to kernel which then chokes.
|
|
|
- So only enable the uboot arg checking/processing if users are sure
|
|
|
- of uboot being in play.
|
|
|
-
|
|
|
config ARC_BUILTIN_DTB_NAME
|
|
|
string "Built in DTB"
|
|
|
help
|