public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH 0/2] sbc8548: Fix cfi flash bank declaration
@ 2008-02-17 21:56 Jean-Christophe PLAGNIOL-VILLARD
  2008-02-17 21:56 ` [U-Boot-Users] [PATCH 1/2] sbc8548: Fix Revision reading and unused variable 'path' Jean-Christophe PLAGNIOL-VILLARD
  2008-02-18 19:31 ` [U-Boot-Users] [PATCH 0/2] sbc8548: Fix cfi flash bank declaration Andy Fleming
  0 siblings, 2 replies; 16+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-02-17 21:56 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h
index 0a7a904..516203a 100644
--- a/include/configs/sbc8548.h
+++ b/include/configs/sbc8548.h
@@ -168,7 +168,7 @@
 #define	CFG_OR0_PRELIM		0xff806e65
 #define	CFG_OR6_PRELIM		0xfc006e65
 
-#define CFG_FLASH_BANKS_LIST	{0xff800000, CFG_FLASH_BASE}
+#define CFG_FLASH_BANKS_LIST	{CFG_FLASH_BASE}
 #define CFG_MAX_FLASH_BANKS	1		/* number of banks */
 #define CFG_MAX_FLASH_SECT	128		/* sectors per device */
 #undef	CFG_FLASH_CHECKSUM
-- 
1.5.4.1

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2008-02-22 11:11 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-17 21:56 [U-Boot-Users] [PATCH 0/2] sbc8548: Fix cfi flash bank declaration Jean-Christophe PLAGNIOL-VILLARD
2008-02-17 21:56 ` [U-Boot-Users] [PATCH 1/2] sbc8548: Fix Revision reading and unused variable 'path' Jean-Christophe PLAGNIOL-VILLARD
2008-02-17 21:56   ` [U-Boot-Users] [PATCH 2/2] mpc86xx: Fix Missing '}' in ft_cpu_setup Jean-Christophe PLAGNIOL-VILLARD
2008-02-17 22:03     ` [U-Boot-Users] [PATCH] mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' Jean-Christophe PLAGNIOL-VILLARD
2008-02-17 22:35       ` [U-Boot-Users] [PATCH] mpc86xx: Fix unused variable 'config' and 'immap' Jean-Christophe PLAGNIOL-VILLARD
2008-02-17 22:52         ` [U-Boot-Users] [PATCH] uli526x: Fix multiple differ in signedness and parentheses around comparison Jean-Christophe PLAGNIOL-VILLARD
2008-02-22 11:11           ` Wolfgang Denk
2008-02-18 17:50         ` [U-Boot-Users] [PATCH] mpc86xx: Fix unused variable 'config' and 'immap' Jon Loeliger
2008-02-18 17:32       ` [U-Boot-Users] [PATCH] mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' Jon Loeliger
2008-02-18 19:16         ` Becky Bruce
2008-02-18 19:35           ` Stefan Roese
2008-02-18 19:43             ` Jon Loeliger
2008-02-18 16:49     ` [U-Boot-Users] [PATCH 2/2] mpc86xx: Fix Missing '}' in ft_cpu_setup Jon Loeliger
2008-02-18 17:24     ` Jon Loeliger
2008-02-18 19:32   ` [U-Boot-Users] [PATCH 1/2] sbc8548: Fix Revision reading and unused variable 'path' Andy Fleming
2008-02-18 19:31 ` [U-Boot-Users] [PATCH 0/2] sbc8548: Fix cfi flash bank declaration Andy Fleming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox