memory: jz4780-nemc: Reduce size of const array
authorPaul Cercueil <paul@crapouillou.net>
Tue, 4 Jun 2019 14:30:17 +0000 (16:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Jun 2019 14:08:19 +0000 (16:08 +0200)
commit1a927ad64bcf2b0e11559e3761360147d2ddbde8
tree72dfd4a01cc7398454c98c8db6139812c9f06660
parent94b3a02c31eebbaa647f1f5252052e4ccbd0b938
memory: jz4780-nemc: Reduce size of const array

The maximum value found in that array is 15, there's no need to store
these values as uint32_t, a uint8_t is enough.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/memory/jz4780-nemc.c