]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-ppc/immap_85xx.h
85xx: Add L2SRAM Register's macro definition
[karo-tx-uboot.git] / include / asm-ppc / immap_85xx.h
index 0efef0521437ce4ab0e67d7074929fdce4bcea3a..375d80444f5e8047ac8bfe173c1dba9aba6ad0d8 100644 (file)
@@ -411,6 +411,11 @@ typedef struct ccsr_l2cache {
        char    res15[420];
 } ccsr_l2cache_t;
 
+#define MPC85xx_L2CTL_L2E                      0x80000000
+#define MPC85xx_L2CTL_L2SRAM_ENTIRE            0x00010000
+#define MPC85xx_L2ERRDIS_MBECC                 0x00000008
+#define MPC85xx_L2ERRDIS_SBECC                 0x00000004
+
 /*
  * DMA Registers(0x2_1000-0x2_2000)
  */