diff mbox series

[6/6] configs: evb-ast2500: Convert to OF_SEPARATE

Message ID 20200803093610.3222-7-chiawei_wang@aspeedtech.com
State Accepted
Commit 2c00c2e024b62e2bcc602c8d4651e8617eb32f8b
Delegated to: Tom Rini
Headers show
Series Refactor Aspeed SoCs support | expand

Commit Message

ChiaWei Wang Aug. 3, 2020, 9:36 a.m. UTC
Switch DTB provider form OF_EMBED to OF_SEPARATE
to avoid the compile warning message:

  ==================== WARNING ======================
  CONFIG_OF_EMBED is enabled. This option should only
  be used for debugging purposes. Please use
  CONFIG_OF_SEPARATE for boards in mainline.
  See doc/README.fdt-control for more info.
  ====================================================

Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
---
 configs/evb-ast2500_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Aug. 14, 2020, 7:52 p.m. UTC | #1
On Mon, Aug 03, 2020 at 05:36:10PM +0800, Chia-Wei, Wang wrote:

> Switch DTB provider form OF_EMBED to OF_SEPARATE
> to avoid the compile warning message:
> 
>   ==================== WARNING ======================
>   CONFIG_OF_EMBED is enabled. This option should only
>   be used for debugging purposes. Please use
>   CONFIG_OF_SEPARATE for boards in mainline.
>   See doc/README.fdt-control for more info.
>   ====================================================
> 
> Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

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

Patch

diff --git a/configs/evb-ast2500_defconfig b/configs/evb-ast2500_defconfig
index ce38b38183..105975c9e6 100644
--- a/configs/evb-ast2500_defconfig
+++ b/configs/evb-ast2500_defconfig
@@ -22,7 +22,6 @@  CONFIG_CMD_MMC=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_MII=y
 CONFIG_CMD_PING=y
-CONFIG_OF_EMBED=y
 CONFIG_ENV_OVERWRITE=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_NET_RANDOM_ETHADDR=y