projects
/
profile
/
common
/
platform
/
kernel
/
u-boot-artik.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
100995f
)
artik5: remove RAMDUMP feature
author
Chanho Park
<chanho61.park@samsung.com>
Tue, 16 Aug 2016 06:41:44 +0000
(15:41 +0900)
committer
jino.cho
<jino.cho@samsung.com>
Mon, 5 Dec 2016 08:04:48 +0000
(17:04 +0900)
The artik does not support the ramdump feature.
Change-Id: I8bfa76c1e4a20de3ea4ae05d9ebc59cc1b745adf
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
board/samsung/espresso3250/espresso3250.c
patch
|
blob
|
history
diff --git
a/board/samsung/espresso3250/espresso3250.c
b/board/samsung/espresso3250/espresso3250.c
index 9a645e7babc732c1a014cc3e1ac70cf246246b8d..0df24873f247a2f86082f606aa61c934c61e4901 100644
(file)
--- a/
board/samsung/espresso3250/espresso3250.c
+++ b/
board/samsung/espresso3250/espresso3250.c
@@
-597,8
+597,8
@@
int board_late_init(void)
/* check reset status for ramdump */
if ((rst_stat & (WRESET | SYS_WDTRESET | ISP_ARM_WDTRESET))
|| (readl(CONFIG_RAMDUMP_SCRATCH) == CONFIG_RAMDUMP_MODE)) {
- /* run fastboot */
- run_command("
fastboo
t", 0);
+ /* run
reset instead of
fastboot */
+ run_command("
rese
t", 0);
}
#endif