summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2024-08-19 11:05:34 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2024-08-19 11:05:34 +0900
commitf7006cb9c70babfbb865b1b11fa2ceaef59d6edd (patch)
treed027fd6904086fca45d01ca1d4e766046fa58d22
parent53796194e761255221ba543ae210589a2210708a (diff)
downloadu-boot-accepted/tizen/unified/20240819.150128.tar.gz
u-boot-accepted/tizen/unified/20240819.150128.tar.bz2
u-boot-accepted/tizen/unified/20240819.150128.zip
console is reassigned in bootscript with ${console}. If it'sconsole=ram , $console should be "ram". To use a correct environment, change from 'console ram' to 'console console=ram'. Change-Id: I05d19b46152033a20dfb9c288275ca0dc0f5d665 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r--include/samsung/tizen_rpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h
index 6c7a86acc0..a1b3224dfc 100644
--- a/include/samsung/tizen_rpi.h
+++ b/include/samsung/tizen_rpi.h
@@ -122,7 +122,7 @@
"dfu_device=" __stringify(CONFIG_MMC_DEFAULT_DEV) "\0" \
"set_to_part_a=" SET_TO_PARTITION_X("0x61") "\0" \
"set_to_part_b=" SET_TO_PARTITION_X("0x62") "\0" \
- "disable_delay=setenv console ram; setenv bootdelay 0; saveenv\0" \
+ "disable_delay=setenv console console=ram; setenv bootdelay 0; saveenv\0" \
"enable_delay=env delete console; setenv bootdelay 2; saveenv\0" \
"gpt_parts=" GPT_PARTS_DEFAULT "\0" \
"update_gpt_part=gpt write ${devtype} ${devnum} ${gpt_parts}\0" \