summaryrefslogtreecommitdiffstats
path: root/include/configs/sbc8349.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-10-28 22:07:56 +0100
committerWolfgang Denk <wd@denx.de>2009-10-28 22:07:56 +0100
commit98d92d8c9f4021629a45261ad5ec3f3595f3a27a (patch)
tree9d19a6e386069b5f4446cf9fd92bd9027f7737ed /include/configs/sbc8349.h
parentf2b4bc04d6aed6be712d236dab48ac4c4da22cbf (diff)
downloadtalos-obmc-uboot-98d92d8c9f4021629a45261ad5ec3f3595f3a27a.tar.gz
talos-obmc-uboot-98d92d8c9f4021629a45261ad5ec3f3595f3a27a.zip
sbc8349: fix incorrect comment
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>
Diffstat (limited to 'include/configs/sbc8349.h')
-rw-r--r--include/configs/sbc8349.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h
index 4dea27d483..7bef1195d3 100644
--- a/include/configs/sbc8349.h
+++ b/include/configs/sbc8349.h
@@ -158,7 +158,7 @@
/* #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 */
OpenPOWER on IntegriCloud