diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:05 -0400 |
commit | eabbf801c643baaf4e6bcb0590bdfec9ec0e2134 (patch) | |
tree | 46b314715ec450a4dca9fa8e7c2b0a8e312c377e /include/configs/lx2160a_common.h | |
parent | 11af95a02a7649e2c59da63b1fbee73539fcb974 (diff) | |
download | u-boot-eabbf801c643baaf4e6bcb0590bdfec9ec0e2134.tar.gz |
Convert CONFIG_BOARD_EARLY_INIT_F et al to Kconfig
This converts the following to Kconfig:
CONFIG_BOARD_EARLY_INIT_F
CONFIG_BOARD_EARLY_INIT_R
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/lx2160a_common.h')
-rw-r--r-- | include/configs/lx2160a_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h index a8636d398ee..9bc287f7aa4 100644 --- a/include/configs/lx2160a_common.h +++ b/include/configs/lx2160a_common.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_FLASH_BASE 0x20000000 #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F 1 /* DDR */ #define CONFIG_FSL_DDR_INTERACTIVE /* Interactive debugging */ |