diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2017-09-07 10:10:28 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2017-09-07 10:21:58 +0900 |
commit | ed73d441c3d85596629c2a6a10d62fd439de0199 (patch) | |
tree | 43305a438a11d029153ca9aed4611092b8146f5e | |
parent | 13f7dc4ee82643319b80d0db2ca5b7ab960e5686 (diff) | |
download | u-boot-artik-ed73d441c3d85596629c2a6a10d62fd439de0199.tar.gz u-boot-artik-ed73d441c3d85596629c2a6a10d62fd439de0199.tar.bz2 u-boot-artik-ed73d441c3d85596629c2a6a10d62fd439de0199.zip |
configs: artik5: write the params.bin to boot partition
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>
-rwxr-xr-x | include/configs/artik5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/artik5.h b/include/configs/artik5.h index c74efbddd..1f7611535 100755 --- 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;" \ |