diff options
author | Wolfgang Denk <wd@denx.de> | 2010-05-01 00:44:42 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-05-01 00:44:42 +0200 |
commit | 4185ae7a7146a77a792e5ba49845e5ca6e95b038 (patch) | |
tree | a9fe68c5d2583f7e905fc3dd297e276bd171e518 /board/korat/korat.c | |
parent | 8a1cdaa9d54c93db300e8565191d60712aa481dc (diff) | |
parent | 0903b524abd3abfb1e4c3197ba6652bd8c98fe9a (diff) | |
download | u-boot-imx-4185ae7a7146a77a792e5ba49845e5ca6e95b038.zip u-boot-imx-4185ae7a7146a77a792e5ba49845e5ca6e95b038.tar.gz u-boot-imx-4185ae7a7146a77a792e5ba49845e5ca6e95b038.tar.bz2 |
Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
Diffstat (limited to 'board/korat/korat.c')
-rw-r--r-- | board/korat/korat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/korat/korat.c b/board/korat/korat.c index d5260dc..e5ec694 100644 --- a/board/korat/korat.c +++ b/board/korat/korat.c @@ -1,5 +1,5 @@ /* - * (C) Copyright 2007-2009 + * (C) Copyright 2007-2010 * Larry Johnson, lrj@acm.org * * (C) Copyright 2006-2007 @@ -417,7 +417,7 @@ int misc_init_r(void) * then connect the CompactFlash controller to the PowerPC USB * port. */ - printf("Attaching CompactFalsh controller to PPC USB\n"); + printf("Attaching CompactFlash controller to PPC USB\n"); out_8((u8 *) CONFIG_SYS_CPLD_BASE + 0x02, in_8((u8 *) CONFIG_SYS_CPLD_BASE + 0x02) | 0x10); } else { @@ -425,7 +425,7 @@ int misc_init_r(void) printf("Warning: \"korat_usbcf\" is not set to a legal " "value (\"ppc\" or \"pci\")\n"); - printf("Attaching CompactFalsh controller to PCI USB\n"); + printf("Attaching CompactFlash controller to PCI USB\n"); } if (act == NULL || strcmp(act, "hostdev") == 0) { /* SDR Setting */ |