]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/p1_twr/tlb.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / freescale / p1_twr / tlb.c
index 308335c974a060184f28adc42a789ca2ab0f0d0a..8e403e3e443135b43e4ded2297a3676f4dbe0f0d 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2013 Freescale Semiconductor, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -67,7 +66,7 @@ struct fsl_e_tlb_entry tlb_table[] = {
 #ifdef CONFIG_SYS_RAMBOOT
        /* *I*G - eSDHC boot */
        SET_TLB_ENTRY(1, CONFIG_SYS_DDR_SDRAM_BASE, CONFIG_SYS_DDR_SDRAM_BASE,
-                       MAS3_SX|MAS3_SW|MAS3_SR, 0,
+                       MAS3_SX|MAS3_SW|MAS3_SR, MAS2_M,
                        0, 8, BOOKE_PAGESZ_1G, 1),
 #endif