u-boot-brain/board/st/common
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
..
cmd_stboard.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
Kconfig stm32mp1: move MTDPART configuration in Kconfig 2020-05-14 09:02:12 +02:00
MAINTAINERS stm32mp1: move stboard command in board/st/common directory 2020-01-17 13:58:27 +01:00
Makefile board: stm32mp1: move set_dfu_alt_info in st common directory 2020-05-14 09:02:12 +02:00
stm32mp_dfu.c part: Drop disk_partition_t typedef 2020-05-18 17:33:33 -04:00
stm32mp_mtdparts.c stm32mp: stm32prog: adapt the MTD partitions 2020-05-14 09:02:12 +02:00