[U-Boot-Users] [PATCH v1 2/5] ATA: Add the libata support
Tor Krill
tor at excito.com
Mon Mar 17 22:55:47 CET 2008
On 3/16/2008, "Dave Liu" <r63238 at freescale.com> wrote:
>add simple libata support in u-boot
I get a compilation error on libata.c:
---8<----------------------
u-boot/include/libata.h:177: warning: type defaults to 'int' in
declaration of 'u16'
-----8<--------------------
Seems to be a missing include of "common.h". Adding it to libata.c (or
libata.h) fixes the issue.
/Tor
More information about the U-Boot
mailing list