]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
authorAndy Fleming <afleming@freescale.com>
Fri, 23 Feb 2007 23:11:16 +0000 (17:11 -0600)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Tue, 24 Apr 2007 00:58:28 +0000 (19:58 -0500)
The other pagesz constants use one letter to specify order of
magnitude.  Also change the one reference to it in mpc8548cds/init.S

Signed-off-by: Andy Fleming <afleming@freescale.com>
board/cds/mpc8548cds/init.S
include/asm-ppc/mmu.h

index 2c15debd488cdfc664ee101517f311ac4be4747d..34ca711bde45a4195cf2dc3b90a96edc0e0c6e0b 100644 (file)
@@ -161,7 +161,7 @@ tlb1_entry:
         * 0xd0000000   256M    Rapid IO MEM Second half
         */
        .long TLB1_MAS0(1, 3, 0)
-       .long TLB1_MAS1(1, 1, 0, 0, BOOKE_PAGESZ_1GB)
+       .long TLB1_MAS1(1, 1, 0, 0, BOOKE_PAGESZ_1G)
        .long TLB1_MAS2(E500_TLB_EPN(CFG_PEX_MEM_BASE), 0,0,0,0,1,0,1,0)
        .long TLB1_MAS3(E500_TLB_RPN(CFG_PEX_MEM_BASE), 0,0,0,0,0,1,0,1,0,1)
 
index 67c2c571ed8cf4fba923c0da56984310cbc0bb1a..48fd9829506992bcd95da0fe8eaabbdd3d701933 100644 (file)
@@ -396,8 +396,8 @@ extern int write_bat(ppc_bat_t bat, unsigned long upper, unsigned long lower);
 #define BOOKE_PAGESZ_16M        7
 #define BOOKE_PAGESZ_64M        8
 #define BOOKE_PAGESZ_256M       9
-#define BOOKE_PAGESZ_1GB        10
-#define BOOKE_PAGESZ_4GB        11
+#define BOOKE_PAGESZ_1G                10
+#define BOOKE_PAGESZ_4G                11
 
 #if defined(CONFIG_MPC86xx)
 #define LAWBAR_BASE_ADDR       0x00FFFFFF