Remove NLI related kconfig options from BSPs
The NLI related kconfig options are no longer required. Change-Id: Icc6557ff87969119aaa2d74c51cfd57130e7a0df Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
07384d63d8
commit
a8264180d8
6 changed files with 0 additions and 36 deletions
|
@ -60,15 +60,9 @@ config BSP_FSL_FRDM_K64F
|
|||
# omit prompt to signify a "hidden" option
|
||||
select CPU_CORTEXM4
|
||||
|
||||
config NLI_CPU_FREQ_MHZ
|
||||
default "120.0"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 120000000
|
||||
|
||||
config NLI_TIMER_FREQ_MHZ
|
||||
default "120.0"
|
||||
|
||||
config WDOG_INIT
|
||||
def_bool y
|
||||
# omit prompt to signify a "hidden" option
|
||||
|
|
|
@ -61,13 +61,7 @@ config CPU_MIGHT_SUPPORT_CLFLUSH
|
|||
config PHYS_LOAD_ADDR
|
||||
default 0x00100000
|
||||
|
||||
config NLI_CPU_FREQ_MHZ
|
||||
default "1800.0"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 150000000
|
||||
|
||||
config NLI_TIMER_FREQ_MHZ
|
||||
default "150.0"
|
||||
|
||||
source "Intel-core.kconf"
|
||||
|
|
|
@ -55,13 +55,7 @@ config BSP_PCMINUTEIA
|
|||
config PHYS_LOAD_ADDR
|
||||
default 0x00100000
|
||||
|
||||
config NLI_CPU_FREQ_MHZ
|
||||
default "400.0"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 1193180
|
||||
|
||||
config NLI_TIMER_FREQ_MHZ
|
||||
default "1.19318"
|
||||
|
||||
source "Intel-core.kconf"
|
||||
|
|
|
@ -58,13 +58,7 @@ config CPU_MIGHT_SUPPORT_CLFLUSH
|
|||
config PHYS_LOAD_ADDR
|
||||
default 0x00100000
|
||||
|
||||
config NLI_CPU_FREQ_MHZ
|
||||
default "400.0"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 1193180
|
||||
|
||||
config NLI_TIMER_FREQ_MHZ
|
||||
default "1.19318"
|
||||
|
||||
source "Intel-core.kconf"
|
||||
|
|
|
@ -80,13 +80,7 @@ config BOOTLOADER_GRUB
|
|||
config PHYS_LOAD_ADDR
|
||||
default 0x00100000
|
||||
|
||||
config NLI_CPU_FREQ_MHZ
|
||||
default "400.0"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 25000000
|
||||
|
||||
config NLI_TIMER_FREQ_MHZ
|
||||
default "25.00"
|
||||
|
||||
source "Intel-core.kconf"
|
||||
|
|
|
@ -67,13 +67,7 @@ config BSP_TI_LM3S6965_QEMU
|
|||
# BSP has only been tested on QEMU, not on real hardware, so always
|
||||
# assume it is used for a QEMU target.
|
||||
|
||||
config NLI_CPU_FREQ_MHZ
|
||||
default "12.0"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 12000000
|
||||
|
||||
config NLI_TIMER_FREQ_MHZ
|
||||
default "12"
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue