summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLuke go <sangch.go@gmail.com>2020-11-24 17:34:00 +0900
committerLuke go <sangch.go@gmail.com>2020-11-24 17:34:00 +0900
commitef1ac9a102adc8838c3e8ff5ec5adc12929763a7 (patch)
tree57027a568011a894aa8618b2fe39940e4e631133 /include
parent12c58e94e533b85a19d2f83d1c0a34345764ca07 (diff)
downloadu-boot-odroid-c1-ef1ac9a102adc8838c3e8ff5ec5adc12929763a7.tar.gz
ODROID-COMMON: Removed 'ignore_mpt' flag.
- The 'ignore_mpt' flag is replaced other procedure. Change-Id: I2f3a41f74044295c5deaa107499a5476769f3c93
Diffstat (limited to 'include')
-rw-r--r--include/configs/odroid-g12-common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/odroid-g12-common.h b/include/configs/odroid-g12-common.h
index 7daf932df8..640943505f 100644
--- a/include/configs/odroid-g12-common.h
+++ b/include/configs/odroid-g12-common.h
@@ -179,8 +179,7 @@
"if test ${reboot_mode} = factory_reset; then " \
"run boot_recovery;" \
"else if test ${reboot_mode} = selfinstall; then " \
- "oem fdisk;" \
- "run boot_recovery;" \
+ "run boot_default;" \
"else if test ${reboot_mode} = cold_boot; then " \
/*"run try_auto_burn; "*/ \
"else if test ${reboot_mode} = fastboot; then " \