From: Jaehoon Chung Date: Thu, 7 Sep 2017 01:12:10 +0000 (+0900) Subject: configs: artik10: write the params.bin to boot partition X-Git-Tag: submit/tizen_4.0/20170907.025159~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=460d825d341d4710829e3bd12a3073f788846cc2;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik.git configs: artik10: 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: I31841582c0f59c56c4ec605450451b7bf413fdbb Signed-off-by: Jaehoon Chung --- diff --git a/include/configs/artik10.h b/include/configs/artik10.h index 28179f110..32cb0574f 100644 --- a/include/configs/artik10.h +++ b/include/configs/artik10.h @@ -159,7 +159,7 @@ "bl1 raw 0x0 0x1e mmcpart 1;" \ "bl2 raw 0x1e 0x20 mmcpart 1;" \ "tzsw raw 0x83e 0x400 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;" \