diff --git a/plat/nvidia/tegra/soc/t194/plat_trampoline.S b/plat/nvidia/tegra/soc/t194/plat_trampoline.S index cf765076a9da824f73a4b42af47263ce78094919..e3ee5e5a5025a002b57ee54c4c089d7356811017 100644 --- a/plat/nvidia/tegra/soc/t194/plat_trampoline.S +++ b/plat/nvidia/tegra/soc/t194/plat_trampoline.S @@ -10,7 +10,7 @@ #include <memctrl_v2.h> #include <tegra_def.h> -#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