commit | 7cf57d79a7f2357e6a09ec0b6b85bdb9e30db933 | [log] [tgz] |
---|---|---|
author | Varun Wadekar <vwadekar@nvidia.com> | Thu May 17 09:36:38 2018 -0700 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Fri Jan 31 13:19:27 2020 -0800 |
tree | 89b77b4bf7d41be10960bbf85c002ac65780b021 | |
parent | 1b0c12410e905464f4e1c52b887fa17d149d5df6 [diff] |
Tegra: remove weakly defined platform setup handlers This patch converts the weakly defined platform setup handlers into actual platform specific handlers to improve code coverage numbers and some MISRA defects. The weakly defined handlers never get executed thus resulting in lower coverage - function, function calls, statements, branches and pairs. Change-Id: I02f450f66b5754a90d934df4d76eb91459fca5f9 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>