Convert CONFIG_BOARD_POSTCLK_INIT to Kconfig
This converts the following to Kconfig: CONFIG_BOARD_POSTCLK_INIT Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#define CONFIG_SYS_PL310_BASE L2_PL310_BASE
|
||||
#endif /* !CONFIG_SYS_L2CACHE_OFF */
|
||||
|
||||
#define CONFIG_BOARD_POSTCLK_INIT
|
||||
#define CONFIG_MXC_GPT_HCLK
|
||||
|
||||
/* MMC */
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#define CONFIG_BOARD_POSTCLK_INIT
|
||||
#define CONFIG_MXC_GPT_HCLK
|
||||
|
||||
#define CONFIG_SYS_BOOTM_LEN 0x1000000
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#include "imx7ulp_spl.h"
|
||||
#endif
|
||||
|
||||
#define CONFIG_BOARD_POSTCLK_INIT
|
||||
#define CONFIG_SYS_BOOTM_LEN 0x1000000
|
||||
|
||||
/*
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include <linux/sizes.h>
|
||||
#include <asm/arch/imx-regs.h>
|
||||
|
||||
#define CONFIG_BOARD_POSTCLK_INIT
|
||||
#define CONFIG_SYS_BOOTM_LEN 0x1000000
|
||||
|
||||
#define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 */
|
||||
|
||||
@@ -97,8 +97,6 @@
|
||||
/* U-Boot general configuration */
|
||||
/*==============================*/
|
||||
|
||||
#define CONFIG_BOARD_POSTCLK_INIT
|
||||
|
||||
#define CONFIG_BOOTFILE "uImage"
|
||||
/* Console I/O Buffer Size */
|
||||
#define CONFIG_SYS_CBSIZE 1024
|
||||
|
||||
Reference in New Issue
Block a user