u-boot-brain/arch/arm/mach-imx/mx6
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
..
Kconfig arch: arm: tqma6: apply default Kconfig for device model 2020-04-17 18:58:03 +02:00
Makefile imx: add module fuse support 2020-05-10 13:21:13 +02:00
clock.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
ddr.c arm: imx6: configure NoC on i.MX6DQP 2020-04-17 18:56:19 +02:00
litesom.c common: Move RAM-sizing functions to init.h 2020-01-17 14:02:35 -05:00
module_fuse.c imx: add module fuse support 2020-05-10 13:21:13 +02:00
mp.c common: Move older CPU functions to their own header 2019-12-02 18:23:06 -05:00
opos6ul.c common: Move some board functions out of common.h 2019-12-02 18:25:21 -05:00
soc.c ARM: mx6: pmu: Expose PMU LDO configuration interface 2019-12-06 13:57:42 +01:00