configs: artik10: write the params.bin to boot partition 22/148122/1
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 7 Sep 2017 01:12:10 +0000 (10:12 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 7 Sep 2017 01:22:02 +0000 (10:22 +0900)
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 <jh80.chung@samsung.com>
include/configs/artik10.h

index 28179f110636b582d30e5bc7cc9016041f1464a7..32cb0574f4a50b8579c2199367bf07e5edfc8fc1 100644 (file)
        "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;"                \