Fix some typos in comments and conditioned out code

This commit is contained in:
Gregory Nutt
2015-03-14 09:14:51 -06:00
parent 3e0d673d39
commit 0db10d9057
3 changed files with 9 additions and 9 deletions
@@ -600,7 +600,7 @@ void weak_function sam_spiinitialize(void);
#endif
/************************************************************************************
* Name: board_sdram_config
* Name: sam_sdram_config
*
* Description:
* Configures DDR2 (MT47H128M16RT 128MB or, optionally, MT47H64M16HR)
@@ -620,7 +620,7 @@ void weak_function sam_spiinitialize(void);
* This logic was taken from Atmel sample code for the SAMA5D3-Xplained.
*
* Input Parameters:
* devtype - Either DDRAM_MT47H128M16RT or DDRAM_MT47H64M16HR
* None
*
* Assumptions:
* The DDR memory regions is configured as strongly ordered memory. When we
@@ -632,7 +632,7 @@ void weak_function sam_spiinitialize(void);
#if defined(CONFIG_SAMA5_DDRCS) && !defined(CONFIG_SAMA5_BOOT_SDRAM)
void sam_sdram_config(void);
#else
# define board_sdram_config(t)
# define sam_sdram_config()
#endif
/****************************************************************************
+3 -3
View File
@@ -677,7 +677,7 @@ void weak_function sam_spiinitialize(void);
#endif
/************************************************************************************
* Name: board_sdram_config
* Name: sam_sdram_config
*
* Description:
* Configures DDR2 (MT47H128M16RT 128MB or, optionally, MT47H64M16HR)
@@ -697,7 +697,7 @@ void weak_function sam_spiinitialize(void);
* This logic was taken from Atmel sample code for the SAMA5D3x-EK.
*
* Input Parameters:
* devtype - Either DDRAM_MT47H128M16RT or DDRAM_MT47H64M16HR
* None
*
* Assumptions:
* The DDR memory regions is configured as strongly ordered memory. When we
@@ -709,7 +709,7 @@ void weak_function sam_spiinitialize(void);
#if defined(CONFIG_SAMA5_DDRCS) && !defined(CONFIG_SAMA5_BOOT_SDRAM)
void sam_sdram_config(void);
#else
# define board_sdram_config(t)
# define sam_sdram_config()
#endif
/****************************************************************************
+3 -3
View File
@@ -879,7 +879,7 @@ void weak_function sam_spiinitialize(void);
#endif
/************************************************************************************
* Name: board_sdram_config
* Name: sam_sdram_config
*
* Description:
* Configures DDR2 (MT47H128M16RT 128MB or, optionally, MT47H64M16HR)
@@ -899,7 +899,7 @@ void weak_function sam_spiinitialize(void);
* This logic was taken from Atmel sample code for the SAMA5D4-EK.
*
* Input Parameters:
* devtype - Either DDRAM_MT47H128M16RT or DDRAM_MT47H64M16HR
* None
*
* Assumptions:
* The DDR memory regions is configured as strongly ordered memory. When we
@@ -911,7 +911,7 @@ void weak_function sam_spiinitialize(void);
#if defined(CONFIG_SAMA5_DDRCS) && !defined(CONFIG_SAMA5_BOOT_SDRAM)
void sam_sdram_config(void);
#else
# define board_sdram_config(t)
# define sam_sdram_config()
#endif
/****************************************************************************