mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
drivers: pva: Disable carveout for GEN3.
GSC path has not been enabled for gen3, use carveout disabled settings by default. Jira PVAAS-13339 Signed-off-by: Amruta Sai Anusha Bhamidipati <abhamidipati@nvidia.com> Change-Id: Ifc3ef8154f8ab71b529421137683fb910ccdaac7 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2941708 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2999156 Reviewed-by: Omar Nemri <onemri@nvidia.com> Tested-by: Omar Nemri <onemri@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
5b58a2eb15
commit
ec2d04422b
@@ -1267,7 +1267,7 @@ static int pva_probe(struct platform_device *pdev)
|
||||
#ifdef CONFIG_PVA_CO_DISABLED
|
||||
pva->boot_from_file = true;
|
||||
#else
|
||||
if (pdata->version == PVA_HW_GEN1)
|
||||
if ((pdata->version == PVA_HW_GEN1) || (pdata->version == PVA_HW_GEN3))
|
||||
pva->boot_from_file = true;
|
||||
else
|
||||
pva->boot_from_file = false;
|
||||
|
||||
Reference in New Issue
Block a user