diff mbox

[U-Boot] bx50v3: Enable CONFIG_OF_LIBFDT in defconfig

Message ID 1460656508-2979-1-git-send-email-akshay.bhat@timesys.com
State Accepted
Commit e1acaa67679ebdb9caf4f1bf9a6f3ec8ebebf91b
Delegated to: Tom Rini
Headers show

Commit Message

Akshay Bhat April 14, 2016, 5:55 p.m. UTC
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>
---
 configs/ge_b450v3_defconfig | 1 +
 configs/ge_b650v3_defconfig | 1 +
 configs/ge_b850v3_defconfig | 1 +
 include/configs/ge_bx50v3.h | 2 --
 4 files changed, 3 insertions(+), 2 deletions(-)

Comments

Tom Rini April 21, 2016, 11:25 a.m. UTC | #1
On Thu, Apr 14, 2016 at 01:55:08PM -0400, Akshay Bhat wrote:

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

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/ge_b450v3_defconfig b/configs/ge_b450v3_defconfig
index 02873ce..24ef9e8 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
diff --git a/configs/ge_b650v3_defconfig b/configs/ge_b650v3_defconfig
index 3d10b35..75c49c0 100644
--- a/configs/ge_b650v3_defconfig
+++ b/configs/ge_b650v3_defconfig
@@ -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
diff --git a/configs/ge_b850v3_defconfig b/configs/ge_b850v3_defconfig
index e3f4a0a..85140cd 100644
--- a/configs/ge_b850v3_defconfig
+++ b/configs/ge_b850v3_defconfig
@@ -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
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h
index 6fa4a9a..3a9739e 100644
--- a/include/configs/ge_bx50v3.h
+++ b/include/configs/ge_bx50v3.h
@@ -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