diff options
Diffstat (limited to 'include/fdt_support.h')
-rw-r--r-- | include/fdt_support.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/fdt_support.h b/include/fdt_support.h index f481881ce64..7731feba5f0 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -231,12 +231,14 @@ int board_rng_seed(struct abuf *buf); /** * board_fdt_chosen_bootargs() - arbitrarily amend fdt kernel command line * + * @fdt_ba: FDT chosen/bootargs from the kernel image if available + * * This is used for late modification of kernel command line arguments just * before they are added into the /chosen node in flat device tree. * * Return: pointer to kernel command line arguments in memory */ -const char *board_fdt_chosen_bootargs(void); +const char *board_fdt_chosen_bootargs(const struct fdt_property *fdt_ba); /* * The keystone2 SOC requires all 32 bit aliased addresses to be converted |