Peach-Pi: Use the enhanced usb_copy() prototype
authorVadim Bendebury <vbendeb@chromium.org>
Thu, 13 Nov 2014 17:08:21 +0000 (22:38 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 17 Nov 2014 10:03:38 +0000 (19:03 +0900)
commit4f29862487ab94e791d17de2df5528d417e88c1c
tree2040d981ecd87228138b23a0f8fb1b9dd54b7004
parent0e03e824652745d652c6b557307fa784ec1669aa
Peach-Pi: Use the enhanced usb_copy() prototype

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>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/cpu/armv7/exynos/spl_boot.c