
13 Nov
2014
13 Nov
'14
3:21 a.m.
On 31 October 2014 02:55, Akshay Saraswat akshay.s@samsung.com wrote:
From: Vadim Bendebury vbendeb@chromium.org
Exynos5800 IROM has a different, from 5250 and 5420, prototype of the usb_copy() function. Luckily the earlier version did not expect any arguments, which means the same code could be used with old and new SoCs, the old ones just ignoring the arguments.
Signed-off-by: Vadim Bendebury vbendeb@chromium.org Signed-off-by: Akshay Saraswat akshay.s@samsung.com
Changes since v2: - Added in this patch-set.
arch/arm/cpu/armv7/exynos/spl_boot.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Tested on Pi: Tested-by: Simon Glass sjg@chromium.org