Convert CONFIG_MISC_INIT_F et al to Kconfig
This converts the following to Kconfig: CONFIG_MISC_INIT_F CONFIG_MISC_INIT_R Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -335,7 +335,6 @@
|
||||
#define CONFIG_SYS_CS2_FTIM2 SYS_QRIO_FTIM2
|
||||
#define CONFIG_SYS_CS2_FTIM3 SYS_QRIO_FTIM3
|
||||
|
||||
#define CONFIG_MISC_INIT_F
|
||||
#define CONFIG_HWCONFIG
|
||||
|
||||
/* define to use L1 as initial stack */
|
||||
|
||||
@@ -13,10 +13,6 @@
|
||||
unsigned long get_board_sys_clk(void);
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_TFABOOT
|
||||
#define CONFIG_MISC_INIT_R
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI)
|
||||
#define CONFIG_QIXIS_I2C_ACCESS
|
||||
#define SYS_NO_FLASH
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
#undef CONFIG_SYS_AT91_MAIN_CLOCK
|
||||
#define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */
|
||||
|
||||
#define CONFIG_MISC_INIT_R
|
||||
|
||||
/* SDRAM */
|
||||
#define CONFIG_SYS_SDRAM_BASE 0x20000000
|
||||
#define CONFIG_SYS_SDRAM_SIZE 0x20000000
|
||||
|
||||
@@ -9,9 +9,6 @@
|
||||
#include <asm/arch/base_addr_ac5.h>
|
||||
#include <linux/stringify.h>
|
||||
|
||||
/* Call misc_init_r */
|
||||
#define CONFIG_MISC_INIT_R
|
||||
|
||||
#define CONFIG_HUSH_INIT_VAR
|
||||
/* Eternal oscillator */
|
||||
#define CONFIG_SYS_TIMER_RATE 40000000
|
||||
|
||||
Reference in New Issue
Block a user