]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: evb-ast2500: Convert to OF_SEPARATE
authorChia-Wei, Wang <chiawei_wang@aspeedtech.com>
Mon, 3 Aug 2020 09:36:10 +0000 (17:36 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 14 Aug 2020 13:46:40 +0000 (09:46 -0400)
commit2c00c2e024b62e2bcc602c8d4651e8617eb32f8b
tree473f00b031cd8c45d8e0f120befbebaa6a102dba
parent353eedb8a0d1412066fb68657d14d9248f1fb849
configs: evb-ast2500: Convert to OF_SEPARATE

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