
30 Oct
2019
30 Oct
'19
6:02 p.m.
On Sun, Oct 27, 2019 at 05:19:43AM -0700, Bin Meng wrote:
'struct ustat' uses linux-specific typedefs to declare its memebers: __kernel_daddr_t and __kernel_ino_t. It is currently not used by any U-Boot codes, but when we build U-Boot tools for other platform like Windows, this becomes a problem.
Let's surround it with __linux__.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot/master, thanks!
--
Tom