]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap3: fix comment typos
authorPeter Meerwald <p.meerwald@bct-electronic.com>
Thu, 2 Feb 2012 12:51:02 +0000 (12:51 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 12 Feb 2012 09:11:32 +0000 (10:11 +0100)
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
arch/arm/cpu/armv7/omap3/board.c

index 054e9c481cee5030fe20b34ebcb6c835fd81dda0..637ab7b6bf07334a1b5e5c8afc45ae1c38da0a18 100644 (file)
@@ -144,7 +144,7 @@ void secureworld_exit()
 {
        unsigned long i;
 
-       /* configrue non-secure access control register */
+       /* configure non-secure access control register */
        __asm__ __volatile__("mrc p15, 0, %0, c1, c1, 2":"=r"(i));
        /* enabling co-processor CP10 and CP11 accesses in NS world */
        __asm__ __volatile__("orr %0, %0, #0xC00":"=r"(i));
@@ -393,7 +393,7 @@ static void omap3_setup_aux_cr(void)
 {
        /* Workaround for Cortex-A8 errata: #454179 #430973
         *      Set "IBE" bit
-        *      Set "Disable Brach Size Mispredicts" bit
+        *      Set "Disable Branch Size Mispredicts" bit
         * Workaround for erratum #621766
         *      Enable L1NEON bit
         * ACR |= (IBE | DBSM | L1NEON) => ACR |= 0xE0