Files
u-boot/boot
Dmitry Rokosov c39257c131 fdt_support: board_fdt_chosen_bootargs() should return const char*
It should be structured this way to demonstrate to the caller that
freeing the return value is unnecessary and that the caller cannot
modify it.
The function fdt_setprop() includes a parameter with a const char*
prototype, so it is better to use the const qualifier.

Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2025-01-14 15:41:56 -06:00
..
2024-10-02 13:32:56 -06:00
2024-10-09 22:04:56 -06:00
2024-10-23 06:52:38 +02:00
2024-10-18 14:10:22 -06:00
2024-07-05 13:57:02 -06:00
2024-10-18 14:10:22 -06:00
2024-11-14 18:14:06 -06:00