mpc83xx: vme8349: fix incorrect BR0_PRELIM port size comment
authorKim Phillips <kim.phillips@freescale.com>
Tue, 23 Feb 2010 01:39:16 +0000 (19:39 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Tue, 2 Mar 2010 17:24:35 +0000 (11:24 -0600)
commit 98d92d8c9f4021629a45261ad5ec3f3595f3a27a "sbc8349: fix incorrect
comment" missed this one.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/configs/vme8349.h

index dbc15b297f9131f123a6068901db58cc26aaa807..7603300ae187797efaa690c38c5391abecd5750f 100644 (file)
 #define CONFIG_SYS_FLASH_BASE          0xffc00000      /* start of FLASH   */
 #define CONFIG_SYS_FLASH_SIZE          4               /* flash size in MB */
 #define CONFIG_SYS_BR0_PRELIM          (CONFIG_SYS_FLASH_BASE | \
-                                        (2 << BR_PS_SHIFT) |   /*  32bit */ \
+                                        (2 << BR_PS_SHIFT) |   /*  16bit */ \
                                         BR_V)                  /* valid */
 
 #define CONFIG_SYS_OR0_PRELIM          0xffc06ff7      /*   4 MB flash size */
 #define CONFIG_SYS_FLASH_BASE          0xf8000000      /* start of FLASH   */
 #define CONFIG_SYS_FLASH_SIZE          128             /* flash size in MB */
 #define CONFIG_SYS_BR0_PRELIM          (CONFIG_SYS_FLASH_BASE | \
-                                        (2 << BR_PS_SHIFT) |   /*  32bit */ \
+                                        (2 << BR_PS_SHIFT) |   /*  16bit */ \
                                         BR_V)                  /* valid */
 
 #define CONFIG_SYS_OR0_PRELIM          0xf8006ff7      /* 128 MB flash size */