boot_time: Only set CPU_CLOCK_FREQ_MHZ if necessary

Removes the assignment of kconfig option CONFIG_CPU_CLOCK_FREQ_MHZ from
boot_time project configuration files that redundantly set it to the default
value (20).

Change-Id: I901b2d4dc85d1de53dc4a1809b422ee16301ac03
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-04-27 12:42:43 -04:00 committed by Anas Nashif
parent 59cc26eb84
commit 4694dae214
8 changed files with 0 additions and 10 deletions

View file

@ -1,6 +1,4 @@
# needed to enable boot time measurement with simics CPU clock of 20MHz
CONFIG_BOOT_TIME_MEASUREMENT=y
CONFIG_CPU_CLOCK_FREQ_MHZ=20
# Let stack canaries use non-random number generator.
# This option is NOT to be used in production code.

View file

@ -12,7 +12,6 @@ CONFIG_PRINTK=y
# System Monitoring Options
#
CONFIG_BOOT_TIME_MEASUREMENT=y
CONFIG_CPU_CLOCK_FREQ_MHZ=20
#
# Miscellaneous Kernel Options

View file

@ -26,7 +26,6 @@ CONFIG_PRINTK=y
# System Monitoring Options
#
CONFIG_BOOT_TIME_MEASUREMENT=y
CONFIG_CPU_CLOCK_FREQ_MHZ=20
#
# Miscellaneous Kernel Options

View file

@ -34,7 +34,6 @@ CONFIG_PRINTK=y
# System Monitoring Options
#
CONFIG_BOOT_TIME_MEASUREMENT=y
CONFIG_CPU_CLOCK_FREQ_MHZ=20
#
# Miscellaneous Kernel Options

View file

@ -1,6 +1,4 @@
# enable Boot Time measurement with simics CPU clock of 20MHz
CONFIG_BOOT_TIME_MEASUREMENT=y
CONFIG_CPU_CLOCK_FREQ_MHZ=20
# Let stack canaries use non-random number generator.
# This option is NOT to be used in production code.

View file

@ -12,7 +12,6 @@ CONFIG_PRINTK=y
# System Monitoring Options
#
CONFIG_BOOT_TIME_MEASUREMENT=y
CONFIG_CPU_CLOCK_FREQ_MHZ=20
#
# Miscellaneous Kernel Options

View file

@ -27,7 +27,6 @@ CONFIG_PRINTK=y
# System Monitoring Options
#
CONFIG_BOOT_TIME_MEASUREMENT=y
CONFIG_CPU_CLOCK_FREQ_MHZ=20
#
# Miscellaneous Kernel Options

View file

@ -26,7 +26,6 @@ CONFIG_PRINTK=y
# System Monitoring Options
#
CONFIG_BOOT_TIME_MEASUREMENT=y
CONFIG_CPU_CLOCK_FREQ_MHZ=20
#
# Miscellaneous Kernel Options