mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
bx50v3: Enable CONFIG_OF_LIBFDT in defconfig
As of commit 69e173eb57
, CONFIG_OF_LIBFDT
needs to be selected in defconfig instead of board specific header file.
Hence enable CONFIG_OF_LIBFDT in defconfig.
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
This commit is contained in:
parent
ff2545ab78
commit
e1acaa6767
4 changed files with 3 additions and 2 deletions
|
@ -6,3 +6,4 @@ CONFIG_TARGET_GE_B450V3=y
|
|||
CONFIG_CMD_GPIO=y
|
||||
CONFIG_SPI_FLASH=y
|
||||
CONFIG_SPI_FLASH_STMICRO=y
|
||||
CONFIG_OF_LIBFDT=y
|
||||
|
|
|
@ -6,3 +6,4 @@ CONFIG_TARGET_GE_B650V3=y
|
|||
CONFIG_CMD_GPIO=y
|
||||
CONFIG_SPI_FLASH=y
|
||||
CONFIG_SPI_FLASH_STMICRO=y
|
||||
CONFIG_OF_LIBFDT=y
|
||||
|
|
|
@ -6,3 +6,4 @@ CONFIG_TARGET_GE_B850V3=y
|
|||
CONFIG_CMD_GPIO=y
|
||||
CONFIG_SPI_FLASH=y
|
||||
CONFIG_SPI_FLASH_STMICRO=y
|
||||
CONFIG_OF_LIBFDT=y
|
||||
|
|
|
@ -302,8 +302,6 @@
|
|||
#define CONFIG_ENV_SPI_MODE CONFIG_SF_DEFAULT_MODE
|
||||
#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
|
||||
|
||||
#define CONFIG_OF_LIBFDT
|
||||
|
||||
#ifndef CONFIG_SYS_DCACHE_OFF
|
||||
#define CONFIG_CMD_CACHE
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue