]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sbc8349: fix incorrect comment
authorWolfgang Denk <wd@denx.de>
Wed, 28 Oct 2009 21:07:56 +0000 (22:07 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 28 Oct 2009 21:07:56 +0000 (22:07 +0100)
The comment for the BR0_PRELIM port size initialization incorrectly
stated 32 bit, while it's actually 16 bit. The code is correct.

Reported-by: Guenter Koellner <guenter.koellner@nsn.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
include/configs/sbc8349.h

index 4dea27d48309ead0c29d1816eed272c054e5d7dd..7bef1195d34631004edbbe8ebc57e5d4da6c4281 100644 (file)
 /* #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE */
 
 #define CONFIG_SYS_BR0_PRELIM          (CONFIG_SYS_FLASH_BASE |        /* flash Base address */ \
-                               (2 << BR_PS_SHIFT) |    /* 32 bit port size */   \
+                               (2 << BR_PS_SHIFT) |    /* 16 bit port size */   \
                                BR_V)                   /* valid */
 
 #define CONFIG_SYS_OR0_PRELIM          0xFF806FF7      /* 8 MB flash size */