From 3c2b3d454daa6024cc20d166b2f50efde169c7fe Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 5 Apr 2005 23:32:21 +0000 Subject: * Patch by Ladislav Michl, 05 Apr 2005: Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup. --- include/configs/sorcery.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/configs/sorcery.h') diff --git a/include/configs/sorcery.h b/include/configs/sorcery.h index bbc946e..dcb4092 100644 --- a/include/configs/sorcery.h +++ b/include/configs/sorcery.h @@ -130,8 +130,8 @@ /* * Flexbus Chipselect configuration - * Beware: Some CS# seem to be mandatory (if these CS# are not set, - * board can hang-up in unpredictable place). + * Beware: Some CS# seem to be mandatory (if these CS# are not set, + * board can hang-up in unpredictable place). * Sorcery_Memory_Map v0.3 is possibly wrong with CPLD CS# */ @@ -141,7 +141,7 @@ /* Workaround of hang-up after setting ctrl register for flash After reset this register has value 0x003ffd80, which differs - from suggested only by the number of wait states. + from suggested only by the number of wait states. #define CFG_CS0_CTRL 0x003f1580 */ @@ -271,7 +271,7 @@ /* * Various low-level settings */ -#define CFG_HID0_INIT 0 -#define CFG_HID0_FINAL 0 +#define CFG_HID0_INIT 0 +#define CFG_HID0_FINAL 0 #endif /* __CONFIG_H */ -- cgit v1.1