u-boot-brain/arch/arm/mach-imx/imx8
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
..
ahab.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
clock.c imx8: add dummy clock 2018-10-22 12:59:01 +02:00
cpu.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
fdt.c imx8: cpu: check resource owned after sid fail 2020-05-10 20:55:21 +02:00
image.c spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation 2020-03-09 08:33:16 +08:00
iomux.c imx8: add iomux configuration api 2018-10-22 12:59:01 +02:00
Kconfig imx: imx8qm/qxp: Recover SPL data section for partition reboot 2020-05-10 20:55:20 +02:00
lowlevel_init.S imx8: save args passed from ATF 2019-10-08 16:35:59 +02:00
Makefile imx8: Configure SNVS 2020-05-01 13:46:22 +02:00
misc.c imx8: move SIP macro to common header 2020-05-01 13:46:21 +02:00
parse-container.c imx8: parser: fix some bad debug message formating 2020-05-01 13:46:22 +02:00
snvs_security_sc.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00