board: ti: fdt_ops: make ti_set_fdt_env() const-correct
authorBhimeswararao Matsa <bhimeswararao.matsa@gmail.com>
Mon, 1 Sep 2025 14:39:45 +0000 (20:09 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 11 Sep 2025 19:14:17 +0000 (13:14 -0600)
commit4d1caf58d22f8be26ded411d5774eaa6eaa3714f
tree9fbb52e7e9aeec1847be60539dc87b93ae41d359
parent8633643769b5d5b30567b89a1c0fb00b8f2ac7b2
board: ti: fdt_ops: make ti_set_fdt_env() const-correct

Make the fdt_map parameter a pointer to const, since the function only
reads the mapping table. This improves API correctness and allows maps
to live in read-only data.

No functional change intended

Signed-off-by: Bhimeswararao Matsa <bhimeswararao.matsa@gmail.com>
board/ti/common/fdt_ops.c
board/ti/common/fdt_ops.h