u-boot-brain/arch/mips/mach-ath79
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
..
ar933x common: Move clock functions into a new file 2020-01-17 13:27:29 -05:00
ar934x command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
include/mach mips: add initial support for qca956x referenced board 2019-04-12 17:32:50 +02:00
qca953x common: Move clock functions into a new file 2020-01-17 13:27:29 -05:00
qca956x common: Move clock functions into a new file 2020-01-17 13:27:29 -05:00
cpu.c common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
dram.c common: Move RAM-sizing functions to init.h 2020-01-17 14:02:35 -05:00
Kconfig mips: add initial support for qca956x referenced board 2019-04-12 17:32:50 +02:00
Makefile mips: add initial support for qca956x referenced board 2019-04-12 17:32:50 +02:00
reset.c mips: add initial support for qca956x referenced board 2019-04-12 17:32:50 +02:00