From: Inha Song Date: Wed, 24 Jun 2015 01:56:00 +0000 (+0900) Subject: Odroid-XU3: Add missing default mmcbootdev environment X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19e6d43ae14ea7914b291811ba86ad3f13a0e1fb;p=platform%2Fkernel%2Fu-boot.git Odroid-XU3: Add missing default mmcbootdev environment This patch add missing default "mmcbootdev" environment in Odroid-XU3 board configs. Change-Id: If10c9650d1efef6246287d13690ec84ed1be4438 Signed-off-by: Inha Song --- diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index 50a5a51f1b..a123b8f9bb 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -102,6 +102,7 @@ "rootfstype=ext4\0" \ "console=" CONFIG_DEFAULT_CONSOLE \ "fdtfile=exynos5422-odroidxu3.dtb\0" \ + "mmcbootdev=0\0" \ "mmcbootpart=1\0" \ "mmcrootdev=0\0" \ "mmcrootpart=2\0" \