[U-Boot] [PATCH v2 31/31] dm: tegra: Move nyan-big and beaver to livetree

Simon Glass sjg at chromium.org
Sat Jun 3 03:04:26 UTC 2017


Change these board to use a live device tree after relocation.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2:
- Enable livetree for beaver also
- Add timing information

 configs/beaver_defconfig   | 1 +
 configs/nyan-big_defconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/beaver_defconfig b/configs/beaver_defconfig
index 71d6cd52c1..10fd50d925 100644
--- a/configs/beaver_defconfig
+++ b/configs/beaver_defconfig
@@ -25,6 +25,7 @@ CONFIG_CMD_EXT4_WRITE=y
 # CONFIG_SPL_DOS_PARTITION is not set
 # CONFIG_SPL_ISO_PARTITION is not set
 # CONFIG_SPL_EFI_PARTITION is not set
+CONFIG_OF_LIVE=y
 CONFIG_SPL_DM=y
 CONFIG_DFU_MMC=y
 CONFIG_DFU_RAM=y
diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig
index 16993b46b9..1a4398612f 100644
--- a/configs/nyan-big_defconfig
+++ b/configs/nyan-big_defconfig
@@ -36,6 +36,7 @@ CONFIG_CMD_EXT4_WRITE=y
 # CONFIG_SPL_DOS_PARTITION is not set
 # CONFIG_SPL_ISO_PARTITION is not set
 # CONFIG_SPL_EFI_PARTITION is not set
+CONFIG_OF_LIVE=y
 CONFIG_SPL_DM=y
 CONFIG_REGMAP=y
 CONFIG_SYSCON=y
-- 
2.13.0.506.g27d5fe0cd-goog



More information about the U-Boot mailing list