Skip to content

Commit

Permalink
use cmd_tbl_t type
Browse files Browse the repository at this point in the history
  • Loading branch information
LevitatingBusinessMan authored and RevySR committed Dec 23, 2024
1 parent a46c283 commit 72c738e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pxe_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static int label_localboot(struct pxe_label *label)
* Loads fdt overlays specified in 'fdtoverlays'.
*/
#ifdef CONFIG_OF_LIBFDT_OVERLAY
static void label_boot_fdtoverlay(struct cmd_tbl *cmdtp, struct pxe_label *label)
static void label_boot_fdtoverlay(cmd_tbl_t *cmdtp, struct pxe_label *label)
{
char *fdtoverlay = label->fdtoverlays;
struct fdt_header *working_fdt;
Expand Down

0 comments on commit 72c738e

Please sign in to comment.