mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
3f832699ff
Now that header files no longer include common.h it must be included
first.
Otherwise the build fails with errors like
include/asm/arch/clock.h:43:1: error: unknown type name 'u32'
u32 imx_get_uartclk(void);
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
mxc_w1.c | ||
w1-gpio.c | ||
w1-uclass.c |