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:
13f7dc4
)
configs: artik5: write the params.bin to boot partition
21/148121/1
author
Jaehoon Chung
<jh80.chung@samsung.com>
Thu, 7 Sep 2017 01:10:28 +0000
(10:10 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Thu, 7 Sep 2017 01:21:58 +0000
(10:21 +0900)
params.bin needs to write into boot partition, not user partition.
Add the "mmcpart 1" for raw writing.
Change-Id: I9064b9458a788ae46dc44d5ffb1f7b7816744dd9
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/artik5.h
patch
|
blob
|
history
diff --git
a/include/configs/artik5.h
b/include/configs/artik5.h
index c74efbddd1a80bb08933a17e775817921704203c..1f761153544a334bf92e85cb16a726b4c4cd6ee1 100755
(executable)
--- a/
include/configs/artik5.h
+++ b/
include/configs/artik5.h
@@
-144,7
+144,7
@@
"bl1 raw 0x0 0x1e mmcpart 1;" \
"bl2 raw 0x1e 0x20 mmcpart 1;" \
"tzsw raw 0x83e 0x800 mmcpart 1;" \
- "params raw 0x103f 0x20\0"
+ "params raw 0x103f 0x20
mmcpart 1
\0"
#define CONFIG_DFU_ALT_BOOT_SD \
"u-boot raw 0x3f 0x800;" \