All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 2/2] x86: edison: Switch to CONFIG_OF_SEPARATE
Date: Tue,  8 Jan 2019 16:17:43 +0200	[thread overview]
Message-ID: <20190108141743.20855-2-andriy.shevchenko@linux.intel.com> (raw)
In-Reply-To: <20190108141743.20855-1-andriy.shevchenko@linux.intel.com>

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 <andriy.shevchenko@linux.intel.com>
---
 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
-- 
2.19.2

  reply	other threads:[~2019-01-08 14:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-08 14:17 [U-Boot] [PATCH v1 1/2] doc: Fix CONFIG_OF_SEPARATE description Andy Shevchenko
2019-01-08 14:17 ` Andy Shevchenko [this message]
2019-01-10 10:14   ` [U-Boot] [PATCH v1 2/2] x86: edison: Switch to CONFIG_OF_SEPARATE Ferry Toth
2019-01-10 12:57   ` Simon Glass
2019-01-10 21:48   ` Ferry Toth
2019-01-31  7:38     ` Bin Meng
2019-01-10 12:56 ` [U-Boot] [PATCH v1 1/2] doc: Fix CONFIG_OF_SEPARATE description Simon Glass
2019-01-30 19:54 ` Andy Shevchenko
2019-01-31  7:38   ` Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190108141743.20855-2-andriy.shevchenko@linux.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.