Tegra186: setup: Fix MISRA Rule 8.4 violation
authorAnthony Zhou <anzhou@nvidia.com>
Fri, 22 Sep 2017 08:52:02 +0000 (16:52 +0800)
committerVarun Wadekar <vwadekar@nvidia.com>
Wed, 23 Jan 2019 18:32:18 +0000 (10:32 -0800)
commitad67f8c56d76174c585a6d2a0e1b378062315bfa
treea53cd3317deafe56582b8f5f977673f6fc59a401
parent26e2b93a85a772a4098c93422a41ddae50e3e918
Tegra186: setup: Fix MISRA Rule 8.4 violation

MISRA Rule 8.4, A compatible declaration shall be visible when an
object or function with external linkage is defined.

This patch adds static for local array to fix this defect.

Change-Id: I8231448bf1bc0b1e59611d7645ca983b83d5c8e3
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
plat/nvidia/tegra/soc/t186/plat_setup.c