From 460d825d341d4710829e3bd12a3073f788846cc2 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 7 Sep 2017 10:12:10 +0900 Subject: [PATCH] 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 --- include/configs/artik10.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;" \ -- 2.34.1