Commit beb91681 authored by Carlo Caione's avatar Carlo Caione Committed by Kevin Hilman
Browse files

firmware: meson_sm: Mark chip struct as static const



No need to be a global struct.

Reviewed-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarCarlo Caione <ccaione@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 54ecb8f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ struct meson_sm_chip {
	struct meson_sm_cmd cmd[];
};

struct meson_sm_chip gxbb_chip = {
static const struct meson_sm_chip gxbb_chip = {
	.shmem_size		= SZ_4K,
	.cmd_shmem_in_base	= 0x82000020,
	.cmd_shmem_out_base	= 0x82000021,