]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dfu: mmc: change offset base handling
authorMateusz Zalega <m.zalega@samsung.com>
Mon, 28 Apr 2014 19:13:25 +0000 (21:13 +0200)
committerLukasz Majewski <l.majewski@samsung.com>
Mon, 5 May 2014 06:20:56 +0000 (08:20 +0200)
commitb7d4259af298402b7d65c876d8e39e5b9e6c8934
treeb553e9ed36fe49853a1be37f618bff98f57f7569
parent711b931f90e44ff1248cd73c15f64485470d86ff
dfu: mmc: change offset base handling

Previously offsets handled by dfu_fill_entity_mmc(), defined in boards'
CONFIG_DFU_ALT were treated as hexadecimal regardless of their prefix,
which sometimes led to confusion. This patch forces usage of explicit
numerical base prefixes.

Signed-off-by: Mateusz Zalega <m.zalega@samsung.com>
Acked-by: Lukasz Majewski <l.majewski@samsung.com>
Cc: Tom Rini <trini@ti.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
drivers/dfu/dfu_mmc.c
include/configs/am335x_evm.h
include/configs/trats.h
include/configs/trats2.h