diff options
author | Akshay Bhat <akshay.bhat@timesys.com> | 2016-04-14 13:55:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-18 17:11:50 -0400 |
commit | e1acaa67679ebdb9caf4f1bf9a6f3ec8ebebf91b (patch) | |
tree | 550549715c1204fe1ca466960794b1bff14d2e27 /configs/ge_b450v3_defconfig | |
parent | ff2545ab78212717b5d81bc0fb6a91fd393f3cb1 (diff) |
bx50v3: Enable CONFIG_OF_LIBFDT in defconfig
As of commit 69e173eb57d1f4848f070c83456096ba5d2ba1b4, 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>
Diffstat (limited to 'configs/ge_b450v3_defconfig')
-rw-r--r-- | configs/ge_b450v3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ge_b450v3_defconfig b/configs/ge_b450v3_defconfig index 02873ce59ce..24ef9e86f54 100644 --- a/configs/ge_b450v3_defconfig +++ b/configs/ge_b450v3_defconfig @@ -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 |