projects/imx6/patches/u-boot: update tbs matrix patches

This commit is contained in:
vpeter4 2014-11-02 18:29:36 +01:00 committed by Stephan Raue
parent 0fca33726d
commit 2ba5ddac6c
2 changed files with 9 additions and 4 deletions

View File

@ -12,7 +12,12 @@ diff -urN a/boards.cfg b/boards.cfg
diff -urN a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h
--- a/include/configs/mx6sabresd.h 2014-04-13 01:27:26.000000000 +0200
+++ b/include/configs/mx6sabresd.h 2014-08-23 17:01:13.000000000 +0200
@@ -21,13 +21,13 @@
@@ -17,17 +17,17 @@
#define CONFIG_CONSOLE_DEV "ttymxc0"
#define CONFIG_MMCROOT "/dev/mmcblk1p2"
#if defined(CONFIG_MX6Q)
-#define CONFIG_DEFAULT_FDT_FILE "imx6q-sabresd.dtb"
+#define CONFIG_DEFAULT_FDT_FILE "imx6q-tbs2910.dtb"
#elif defined(CONFIG_MX6DL)
#define CONFIG_DEFAULT_FDT_FILE "imx6dl-sabresd.dtb"
#endif

View File

@ -9,17 +9,17 @@ diff -urN a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.
+ "echo SD/MMC device set to ${mmcdev} but checking 0, 1 and 2; " \
+ "setenv mmcdevold ${mmcdev}; " \
+ "setenv mmcdev 0; " \
+ "echo Checking mmc dev ${mmcdev};" \
+ "echo Checking mmc dev ${mmcdev} (microSD card);" \
+ "mmc dev ${mmcdev};" \
+ "if mmc rescan && run loadbootenv; then " \
+ "else " \
+ "setenv mmcdev 1; " \
+ "echo Checking mmc dev ${mmcdev};" \
+ "echo Checking mmc dev ${mmcdev} (SD card);" \
+ "mmc dev ${mmcdev};" \
+ "if mmc rescan && run loadbootenv; then " \
+ "else " \
+ "setenv mmcdev 2; " \
+ "echo Checking mmc dev ${mmcdev};" \
+ "echo Checking mmc dev ${mmcdev} (internal eMMC);" \
+ "mmc dev ${mmcdev};" \
+ "if mmc rescan && run loadbootenv; then " \
+ "else " \