mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 00:11:48 +02:00
Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/u-boot-dm
dtoc fixes with pylint, tests
This commit is contained in:
@@ -148,9 +148,9 @@ int cmd_get_data_size(char *arg, int default_size);
|
||||
int do_bootd(struct cmd_tbl *cmdtp, int flag, int argc,
|
||||
char *const argv[]);
|
||||
#endif
|
||||
#ifdef CONFIG_CMD_BOOTM
|
||||
int do_bootm(struct cmd_tbl *cmdtp, int flag, int argc,
|
||||
char *const argv[]);
|
||||
#ifdef CONFIG_CMD_BOOTM
|
||||
int bootm_maybe_autostart(struct cmd_tbl *cmdtp, const char *cmd);
|
||||
#else
|
||||
static inline int bootm_maybe_autostart(struct cmd_tbl *cmdtp, const char *cmd)
|
||||
|
Reference in New Issue
Block a user