]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-tegra/arm64-mmu.c
tegra: Init clocks even when SPL did not run
[u-boot] / arch / arm / mach-tegra / arm64-mmu.c
index 7b1d258ed84f5f6cedb051107a9811d5111d8a42..a79a5192e076910e294d6e07f14fec21b8282c2e 100644 (file)
@@ -23,7 +23,7 @@ static struct mm_region tegra_mem_map[] = {
        }, {
                .virt = 0x80000000UL,
                .phys = 0x80000000UL,
-               .size = 0xff80000000UL,
+               .size = 0x80000000UL,
                .attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) |
                         PTE_BLOCK_INNER_SHARE
        }, {