u-boot-brain/arch/arm/cpu/arm926ejs
Simon Glass 0914011310 command: Remove the cmd_tbl_t typedef
We should not use typedefs in U-Boot. They cannot be used as forward
declarations which means that header files must include the full header to
access them.

Drop the typedef and rename the struct to remove the _s suffix which is
now not useful.

This requires quite a few header-file additions.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-05-18 18:36:55 -04:00
..
armada100 common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
mx25 common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
mx27 common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
mxs command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
spear command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
cache.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
cpu.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
Makefile arm: lpc32xx: move SoC to mach-lpc32xx 2020-05-15 14:47:35 -04:00
start.S CONFIG_SPL_SYS_[DI]CACHE_OFF: add 2019-05-18 08:15:35 -04:00