mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
cba1da495d
U-Boot has imported various utility macros from Linux scattering them to various places without consistency. In include/common.h are min, max, min3, max3, ARRAY_SIZE, ALIGN, container_of, DIV_ROUND_UP, etc. In include/linux/compat.h are min_t, max_t, round_up, round_down, etc. We also have duplicated defines of min_t in some *.c files. Moreover, we are suffering from too cluttered include/common.h. This commit moves various macros that originate in include/linux/kernel.h of Linux to their original position. Note: This commit simply moves the macros; the macros roundup, min, max, min2, max3, ARRAY_SIZE are different from those of Linux at this point. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> |
||
---|---|---|
.. | ||
cache.c | ||
config.mk | ||
cpu.c | ||
cpu_init.c | ||
firmware_sc_task_bestcomm.impl.S | ||
i2c.c | ||
ide.c | ||
interrupts.c | ||
io.S | ||
Kconfig | ||
loadtask.c | ||
Makefile | ||
pci_mpc5200.c | ||
serial.c | ||
speed.c | ||
spl_boot.c | ||
start.S | ||
traps.c | ||
u-boot-customlayout.lds | ||
u-boot-spl.lds | ||
u-boot.lds | ||
usb.c | ||
usb_ohci.c | ||
usb_ohci.h |