mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-11 20:59:01 +00:00
336d4615f8
At present dm/device.h includes the linux-compatible features. This requires including linux/compat.h which in turn includes a lot of headers. One of these is malloc.h which we thus end up including in every file in U-Boot. Apart from the inefficiency of this, it is problematic for sandbox which needs to use the system malloc() in some files. Move the compatibility features into a separate header file. Signed-off-by: Simon Glass <sjg@chromium.org> |
||
---|---|---|
.. | ||
bcm6328-power-domain.c | ||
imx8-power-domain-legacy.c | ||
imx8-power-domain.c | ||
imx8m-power-domain.c | ||
Kconfig | ||
Makefile | ||
meson-ee-pwrc.c | ||
meson-gx-pwrc-vpu.c | ||
mtk-power-domain.c | ||
power-domain-uclass.c | ||
sandbox-power-domain-test.c | ||
sandbox-power-domain.c | ||
tegra186-power-domain.c | ||
ti-sci-power-domain.c |