[U-Boot] [PATCH v7 2/4] net: designware: fix descriptor layout and warnings on 64-bit archs
Simon Glass
sjg at chromium.org
Thu May 19 05:59:34 CEST 2016
On 8 May 2016 at 00:30, Beniamino Galvani <b.galvani at gmail.com> wrote:
> All members of the DMA descriptor must be 32-bit, even on 64-bit
> architectures: change the type to u32 to ensure this. Also, fix
> other warnings.
>
> Signed-off-by: Beniamino Galvani <b.galvani at gmail.com>
> Acked-by: Joe Hershberger <joe.hershberger at ni.com>
> ---
> drivers/net/designware.c | 59 ++++++++++++++++++++++++++----------------------
> drivers/net/designware.h | 4 ++--
> 2 files changed, 34 insertions(+), 29 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list