Convert CONFIG_CPU_FREQ_HZ to Kconfig
This converts the following to Kconfig: CONFIG_CPU_FREQ_HZ Cc: Michal Simek <monstr@monstr.eu> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS
|
||||
|
||||
/* CPU clock */
|
||||
#define CONFIG_CPU_FREQ_HZ 500000000
|
||||
|
||||
/* Serial drivers */
|
||||
/* The following table includes the supported baudrates */
|
||||
#define CONFIG_SYS_BAUDRATE_TABLE \
|
||||
|
||||
@@ -9,11 +9,6 @@
|
||||
#ifndef __CONFIG_ZYNQ_COMMON_H
|
||||
#define __CONFIG_ZYNQ_COMMON_H
|
||||
|
||||
/* CPU clock */
|
||||
#ifndef CONFIG_CPU_FREQ_HZ
|
||||
# define CONFIG_CPU_FREQ_HZ 800000000
|
||||
#endif
|
||||
|
||||
#define CONFIG_REMAKE_ELF
|
||||
|
||||
/* Cache options */
|
||||
|
||||
Reference in New Issue
Block a user