u-boot/board/renesas/ulcb
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
..
cpld.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
Kconfig ARM: rmobile: ulcb: Add ULCB board support 2017-08-03 03:50:03 +09:00
MAINTAINERS ARM: rmobile: Unify Gen3 Salvator-X(S) and ULCB defconfigs 2020-04-28 21:34:51 +02:00
Makefile ARM: renesas: Factor out DRAM setup on R-Car Gen3 2019-05-21 22:15:32 +02:00
ulcb.c common: Drop init.h from common header 2020-05-18 17:33:33 -04:00