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:
Akshay Bhat
2016-04-14 13:55:08 -04:00
committed by Tom Rini
parent ff2545ab78
commit e1acaa6767
4 changed files with 3 additions and 2 deletions

View File

@@ -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