mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +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> |
||
---|---|---|
.. | ||
cps_drv_lpddr4.h | ||
k3-j721e-ddrss.c | ||
lpddr4.c | ||
lpddr4_address_slice_0_macros.h | ||
lpddr4_ctl_regs.h | ||
lpddr4_data_slice_0_macros.h | ||
lpddr4_data_slice_1_macros.h | ||
lpddr4_data_slice_2_macros.h | ||
lpddr4_data_slice_3_macros.h | ||
lpddr4_ddr_controller_macros.h | ||
lpddr4_if.h | ||
lpddr4_obj_if.c | ||
lpddr4_obj_if.h | ||
lpddr4_phy_core_macros.h | ||
lpddr4_pi_macros.h | ||
lpddr4_private.h | ||
lpddr4_sanity.h | ||
lpddr4_structs_if.h | ||
Makefile |