projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62fe4e9
)
Odroid-XU3: Add missing default mmcbootdev environment
author
Inha Song
<ideal.song@samsung.com>
Wed, 24 Jun 2015 01:56:00 +0000
(10:56 +0900)
committer
Przemyslaw Marczak
<p.marczak@samsung.com>
Fri, 4 Dec 2015 15:31:06 +0000
(16:31 +0100)
This patch add missing default "mmcbootdev" environment in Odroid-XU3
board configs.
Change-Id: If10c9650d1efef6246287d13690ec84ed1be4438
Signed-off-by: Inha Song <ideal.song@samsung.com>
include/configs/odroid_xu3.h
patch
|
blob
|
history
diff --git
a/include/configs/odroid_xu3.h
b/include/configs/odroid_xu3.h
index e324a560dc1f62469cf4d11adac66f2646e18aa9..dce2d0681f94146d7fbf6e657ff139bc9564f90f 100644
(file)
--- a/
include/configs/odroid_xu3.h
+++ b/
include/configs/odroid_xu3.h
@@
-153,10
+153,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" \