From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferry Toth Date: Thu, 10 Jan 2019 11:14:23 +0100 Subject: [U-Boot] [PATCH v1 2/2] x86: edison: Switch to CONFIG_OF_SEPARATE In-Reply-To: <20190108141743.20855-2-andriy.shevchenko@linux.intel.com> References: <20190108141743.20855-1-andriy.shevchenko@linux.intel.com> <20190108141743.20855-2-andriy.shevchenko@linux.intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Op 08-01-19 om 15:17 schreef Andy Shevchenko: > There is no need for Intel Edison to have CONFIG_OF_EMBED to be enabled. > Replace it with CONFIG_OF_SEPARATE. > > There is no functional change since u-boot.bin always contains DTB > either embedded or attached. > > Signed-off-by: Andy Shevchenko Tested-by: Ferry Toth > --- > configs/edison_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/edison_defconfig b/configs/edison_defconfig > index e376c0cea6..dc7d86aafe 100644 > --- a/configs/edison_defconfig > +++ b/configs/edison_defconfig > @@ -26,7 +26,7 @@ CONFIG_CMD_EXT4=y > CONFIG_CMD_EXT4_WRITE=y > CONFIG_CMD_FAT=y > CONFIG_CMD_FS_GENERIC=y > -CONFIG_OF_EMBED=y > +CONFIG_OF_SEPARATE=y > CONFIG_DEFAULT_DEVICE_TREE="edison" > CONFIG_ENV_IS_IN_MMC=y > CONFIG_CPU=y >