gpu: nvgpu: Remove pg419 emulation on pg418

Remove emulation of pg419 board with a pg418 which does not have
a power sensor, but claims to have one in VBIOS.

JIRA NVGPU-259

Change-Id: I6527d08dd05b79f96e505561685504bb239ab4ac
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1588732
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Terje Bergstrom
2017-10-30 15:57:28 -07:00
committed by mobile promotions
parent 7e59e0b09b
commit a5e76ed7af
5 changed files with 0 additions and 32 deletions

View File

@@ -1280,10 +1280,6 @@ struct gk20a {
struct nvgpu_mem_alloc_tracker *kmallocs;
#endif
/* Some boards might be missing power sensor, preventing
* from monitoring power, current and voltage */
bool power_sensor_missing;
/* The minimum VBIOS version supported */
u32 vbios_min_version;