summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kim <codewalkerster@gmail.com>2017-02-10 18:17:42 +0900
committerGerrit Code Review <gerrit@almond.hardkernel.com>2017-02-10 18:17:42 +0900
commit3eb97d48991decdd5dea537c8c2325cbb0611089 (patch)
tree57a28fd129ce599a473b57fe975e739e58dab6ec
parent09d420de9f5d1b7f4e374b69cf48e655406f02b5 (diff)
parent6cc3fd14553dffa7227587f83dda93ca2081b122 (diff)
downloadu-boot-odroid-c1-3eb97d48991decdd5dea537c8c2325cbb0611089.tar.gz
-rwxr-xr-xinclude/configs/odroidc2.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/configs/odroidc2.h b/include/configs/odroidc2.h
index 996ef95dcb..885f2447de 100755
--- a/include/configs/odroidc2.h
+++ b/include/configs/odroidc2.h
@@ -83,11 +83,14 @@
"loadaddr=0x20000000\0" \
"dtbaddr=0x1000000\0" \
"fdt_high=0x20000000\0" \
- "hdmimode=1080p60hz\0" \
+ "hdmimode=custombuilt\0" \
+ "usb pwren \0" \
+ "hdmitx edid \0" \
"cecconfig=cec0xf\0" \
"bootargs=root=/dev/mmcblk0p2 rw init=/init rootwait " \
"console=ttyS0,115200 " \
- "hdmimode=1080p60hz hdmitx=cecf " \
+ "hdmimode=custombuilt hdmitx=cecf " \
+ "modeline=${modeline} " \
"logo=osd1,loaded,0x3f800000,1080p60hz " \
"androidboot.hardware=odroidc2 androidboot.serialno=${fbt_id#} " \
"androidboot.selinux=disabled \0" \