memory: jz4780-nemc: Reduce size of const array
authorPaul Cercueil <paul@crapouillou.net>
Tue, 4 Jun 2019 14:30:17 +0000 (16:30 +0200)
committerPaul Burton <paul.burton@mips.com>
Tue, 11 Jun 2019 22:46:18 +0000 (15:46 -0700)
commit56a171e5dcb8d7d91c4571a62f28ae2b1e40f95f
tree49e2f08806d191f74bf36890e9aeee23211273f7
parentfcbc3b104d822e6bad6cde1f33067b525ded6364
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: Paul Burton <paul.burton@mips.com>
drivers/memory/jz4780-nemc.c