public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] at91: Improved Atmel AT45DB081 dataflash support
@ 2009-03-27  9:24 Daniel Gorsulowski
  2009-03-27  9:24 ` [U-Boot] [PATCH 2/2] at91: Add support for esd MEESC board Daniel Gorsulowski
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Daniel Gorsulowski @ 2009-03-27  9:24 UTC (permalink / raw)
  To: u-boot

This patch improves Atmel AT45DB081 dataflash support.

Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
---
 drivers/mtd/dataflash.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/mtd/dataflash.c b/drivers/mtd/dataflash.c
index 96cd395..4b768e7 100644
--- a/drivers/mtd/dataflash.c
+++ b/drivers/mtd/dataflash.c
@@ -199,7 +199,7 @@ void dataflash_print_info (void)
 
 	for (i = 0; i < CONFIG_SYS_MAX_DATAFLASH_BANKS; i++) {
 		if (dataflash_info[i].id != 0) {
-			printf("DataFlash:");
+			printf("DataFlash: ");
 			switch (dataflash_info[i].id) {
 			case AT45DB021:
 				printf("AT45DB021\n");
@@ -207,11 +207,12 @@ void dataflash_print_info (void)
 			case AT45DB161:
 				printf("AT45DB161\n");
 				break;
-
+			case AT45DB081:
+				printf("AT45DB081\n");
+				break;
 			case AT45DB321:
 				printf("AT45DB321\n");
 				break;
-
 			case AT45DB642:
 				printf("AT45DB642\n");
 				break;
-- 
1.6.1

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

end of thread, other threads:[~2009-04-13 22:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-27  9:24 [U-Boot] [PATCH 1/2] at91: Improved Atmel AT45DB081 dataflash support Daniel Gorsulowski
2009-03-27  9:24 ` [U-Boot] [PATCH 2/2] at91: Add support for esd MEESC board Daniel Gorsulowski
2009-03-27 19:53   ` Wolfgang Denk
2009-03-29 21:41   ` Jean-Christophe PLAGNIOL-VILLARD
2009-04-05 11:10   ` Jean-Christophe PLAGNIOL-VILLARD
2009-04-06  7:56     ` Daniel Gorsulowski
2009-04-13 22:03       ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-27 20:49 ` [U-Boot] [PATCH 1/2] at91: Improved Atmel AT45DB081 dataflash support Wolfgang Denk
2009-03-27 23:08 ` Jean-Christophe PLAGNIOL-VILLARD

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