From: Jaehoon Chung Date: Thu, 7 Sep 2017 01:10:28 +0000 (+0900) Subject: configs: artik5: write the params.bin to boot partition X-Git-Tag: submit/tizen_4.0/20170907.025159~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed73d441c3d85596629c2a6a10d62fd439de0199;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik.git 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 --- 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;" \