diff --git a/plat/nvidia/tegra/soc/t194/plat_trampoline.S b/plat/nvidia/tegra/soc/t194/plat_trampoline.S index cf765076a..e3ee5e5a5 100644 --- a/plat/nvidia/tegra/soc/t194/plat_trampoline.S +++ b/plat/nvidia/tegra/soc/t194/plat_trampoline.S @@ -10,7 +10,7 @@ #include #include -#define TEGRA186_SMMU_CTX_SIZE 0x420 +#define TEGRA186_SMMU_CTX_SIZE 0x490 .align 4 .globl tegra186_cpu_reset_handler @@ -56,12 +56,12 @@ boot_cpu: endfunc tegra186_cpu_reset_handler /* - * Tegra186 reset data (offset 0x0 - 0x430) + * Tegra186 reset data (offset 0x0 - 0x2490) * - * 0x000: secure world's entrypoint - * 0x008: BL31 size (RO + RW) - * 0x00C: SMMU context start - * 0x42C: SMMU context end + * 0x0000: secure world's entrypoint + * 0x0008: BL31 size (RO + RW) + * 0x0010: SMMU context start + * 0x2490: SMMU context end */ .align 4