artik: configs: fix boot partition offset 05/67205/2
authorjino.cho <jino.cho@samsung.com>
Tue, 26 Apr 2016 00:24:59 +0000 (09:24 +0900)
committerjino.cho <jino.cho@samsung.com>
Tue, 26 Apr 2016 02:50:09 +0000 (11:50 +0900)
commit51c2fb8ca398dfccf7a145e8072fe46274a2eacd
treebec18b585bfd327d0cc71d2ebaa86e7e7cacefec
parenta888ade1008a4d3261d1ceac536ec82755f7ec22
artik: configs: fix boot partition offset

This patch fixes boot partition offset of DFU for the Thor downloader.
CONFIG_DFU_ALT_BOOT_SD information was added to support booting by SD
card. But, there was an error because this feature was under developing at
that time.
EMMC and SD have differnt offset because of the difference between GPT
and MBR. EMMC and SD use GPT and MBR, respectively. GPT have a partition
for boot separately. So, EMMC don't need offset. But, SD need one block as
a offset for MBR information.

Change-Id: I0c16c4fc8466d6c22567b43fe357c3354c0b0381
Signed-off-by: jino.cho <jino.cho@samsung.com>
include/configs/artik_common.h