fdt_support.c: Allow late kernel cmdline modification
authorNiko Mauno <niko.mauno@vaisala.com>
Mon, 22 Feb 2021 19:18:51 +0000 (19:18 +0000)
committerTom Rini <trini@konsulko.com>
Tue, 4 May 2021 16:52:46 +0000 (12:52 -0400)
commitf0b21ebd417cfe75f266b4dc16318bb3581783b9
tree6331512066c3a921df043a1b6ba8b7c679a98230
parent653cd92d66771cf1fbd1b7612b06a0874d316654
fdt_support.c: Allow late kernel cmdline modification

By declaring board-specific board_fdt_chosen_bootargs() the kernel
command line arguments can be adjusted before injecting to flat dt
chosen node.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
common/fdt_support.c
include/fdt_support.h