All of lore.kernel.org
 help / color / mirror / Atom feed
* [u-boot-fslc][PATCH] embestmx6boards: Change default bootenv configuration
@ 2014-10-22 10:53 Daiane Angolini
  2014-10-22 11:29 ` Gary Thomas
  2014-10-22 11:31 ` Gary Thomas
  0 siblings, 2 replies; 14+ messages in thread
From: Daiane Angolini @ 2014-10-22 10:53 UTC (permalink / raw)
  To: meta-freescale

Change CONFIG_MMCROOT and CONFIG_SYS_MMC_ENV_DEV in
order to have a smooth boot process with sdcard image
built from meta-fsl-arm-extra.

Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
---
 include/configs/embestmx6boards.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h
index 185edbe..4005fe9 100644
--- a/include/configs/embestmx6boards.h
+++ b/include/configs/embestmx6boards.h
@@ -23,7 +23,7 @@
 
 #define CONFIG_MXC_UART_BASE		UART2_BASE
 #define CONFIG_CONSOLE_DEV		"ttymxc1"
-#define CONFIG_MMCROOT			"/dev/mmcblk1p2"
+#define CONFIG_MMCROOT			"/dev/mmcblk0p2"
 
 #define PHYS_SDRAM_SIZE		(1u * 1024 * 1024 * 1024)
 
@@ -297,7 +297,7 @@
 /* RiOTboard */
 #define CONFIG_DEFAULT_FDT_FILE	"imx6dl-riotboard.dtb"
 #define CONFIG_SYS_FSL_USDHC_NUM	3
-#define CONFIG_SYS_MMC_ENV_DEV		2	/* SDHC4 */
+#define CONFIG_SYS_MMC_ENV_DEV		0	/* SDHC4 */
 #define CONFIG_ENV_OFFSET		(6 * 64 * 1024)
 #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */
 #elif defined(CONFIG_ENV_IS_IN_SPI_FLASH)
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-10-22 16:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-22 10:53 [u-boot-fslc][PATCH] embestmx6boards: Change default bootenv configuration Daiane Angolini
2014-10-22 11:29 ` Gary Thomas
2014-10-22 12:16   ` Daiane Angolini
2014-10-22 11:31 ` Gary Thomas
2014-10-22 12:18   ` Daiane Angolini
2014-10-22 12:22     ` Eric Bénard
2014-10-22 12:29       ` Daiane Angolini
2014-10-22 12:37         ` Fabio Estevam
2014-10-22 13:06           ` Daiane Angolini
2014-10-22 13:12             ` Eric Bénard
2014-10-22 15:49               ` Otavio Salvador
2014-10-22 15:56                 ` Eric Bénard
2014-10-22 16:15                   ` Otavio Salvador
2014-10-22 16:21                     ` Fabio Estevam

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.