commit | 9a2d490dbdf09a0be99acfc50124e8e98d242653 | [log] [tgz] |
---|---|---|
author | Niko Mauno <niko.mauno@vaisala.com> | Mon Feb 22 19:18:51 2021 +0000 |
committer | Tom Rini <trini@konsulko.com> | Tue May 04 11:53:17 2021 -0400 |
tree | 8fef9c6893e93c6ed7cee0cc0adcda2edfa4e56f | |
parent | e78c19512707f046d674d430cd40b405c4a165b9 [diff] |
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>