From d3f8ef1a9a79085d7ab3f7bad53d1b4499b546e8 Mon Sep 17 00:00:00 2001 From: Inha Song Date: Wed, 24 Jun 2015 10:56:00 +0900 Subject: [PATCH] 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 --- include/configs/odroid_xu3.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index 8e0e5c4bea..f7ec47838d 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -130,10 +130,9 @@ "rootfstype=ext4\0" \ "console=" CONFIG_DEFAULT_CONSOLE \ "fdtfile=exynos5422-odroidxu3.dtb\0" \ - "boardname=odroidxu3\0" \ "mmcbootdev=0\0" \ - "mmcrootdev=0\0" \ "mmcbootpart=1\0" \ + "mmcrootdev=0\0" \ "mmcrootpart=2\0" \ "dfu_usb_con=0\0" \ "dfu_interface=mmc\0" \ -- 2.34.1