u-boot-brain/arch
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
..
arc command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
arm command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
m68k command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
microblaze command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
mips command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
nds32 command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
nios2 command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
powerpc command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
riscv command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
sandbox common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
sh command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
x86 command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
xtensa common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
.gitignore
Kconfig sandbox: implement ft_board_setup() 2020-04-16 08:07:58 -06:00
u-boot-elf.lds arch: Add explicit linker script for u-boot-elf 2020-04-03 11:52:55 -04:00