arm: a320: fix multiline comment style

Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
This commit is contained in:
Po-Yu Chuang 2011-07-18 16:55:39 +00:00 committed by Albert ARIBAUD
parent 2dd97488ee
commit 7899147b55
1 changed files with 14 additions and 14 deletions

View File

@ -24,29 +24,29 @@
#include <asm/arch/a320.h> #include <asm/arch/a320.h>
/*----------------------------------------------------------------------- /*
* CPU and Board Configuration Options * CPU and Board Configuration Options
*/ */
#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */
#undef CONFIG_SKIP_LOWLEVEL_INIT #undef CONFIG_SKIP_LOWLEVEL_INIT
/*----------------------------------------------------------------------- /*
* Power Management Unit * Power Management Unit
*/ */
#define CONFIG_FTPMU010_POWER #define CONFIG_FTPMU010_POWER
/*----------------------------------------------------------------------- /*
* Timer * Timer
*/ */
#define CONFIG_SYS_HZ 1000 /* timer ticks per second */ #define CONFIG_SYS_HZ 1000 /* timer ticks per second */
/*----------------------------------------------------------------------- /*
* Real Time Clock * Real Time Clock
*/ */
#define CONFIG_RTC_FTRTC010 #define CONFIG_RTC_FTRTC010
/*----------------------------------------------------------------------- /*
* Serial console configuration * Serial console configuration
*/ */
@ -62,7 +62,7 @@
/* valid baudrates */ /* valid baudrates */
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
/*----------------------------------------------------------------------- /*
* Ethernet * Ethernet
*/ */
#define CONFIG_NET_MULTI #define CONFIG_NET_MULTI
@ -70,7 +70,7 @@
#define CONFIG_BOOTDELAY 3 #define CONFIG_BOOTDELAY 3
/*----------------------------------------------------------------------- /*
* Command line configuration. * Command line configuration.
*/ */
#include <config_cmd_default.h> #include <config_cmd_default.h>
@ -79,7 +79,7 @@
#define CONFIG_CMD_DATE #define CONFIG_CMD_DATE
#define CONFIG_CMD_PING #define CONFIG_CMD_PING
/*----------------------------------------------------------------------- /*
* Miscellaneous configurable options * Miscellaneous configurable options
*/ */
#define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LONGHELP /* undef to save memory */
@ -96,7 +96,7 @@
/* Boot Argument Buffer Size */ /* Boot Argument Buffer Size */
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
/*----------------------------------------------------------------------- /*
* Stack sizes * Stack sizes
* *
* The stack sizes are set up in start.S using the settings below * The stack sizes are set up in start.S using the settings below
@ -107,12 +107,12 @@
#define CONFIG_STACKSIZE_FIQ (4 * 1024) /* FIQ stack */ #define CONFIG_STACKSIZE_FIQ (4 * 1024) /* FIQ stack */
#endif #endif
/*----------------------------------------------------------------------- /*
* Size of malloc() pool * Size of malloc() pool
*/ */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128 * 1024) #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128 * 1024)
/*----------------------------------------------------------------------- /*
* SDRAM controller configuration * SDRAM controller configuration
*/ */
#define CONFIG_SYS_FTSDMC020_TP0 (FTSDMC020_TP0_TRAS(2) | \ #define CONFIG_SYS_FTSDMC020_TP0 (FTSDMC020_TP0_TRAS(2) | \
@ -132,7 +132,7 @@
FTSDMC020_BANK_MBW_32 | \ FTSDMC020_BANK_MBW_32 | \
FTSDMC020_BANK_SIZE_64M) FTSDMC020_BANK_SIZE_64M)
/*----------------------------------------------------------------------- /*
* Physical Memory Map * Physical Memory Map
*/ */
#define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of DRAM */ #define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of DRAM */
@ -155,7 +155,7 @@
#define CONFIG_SYS_TEXT_BASE 0 #define CONFIG_SYS_TEXT_BASE 0
/*----------------------------------------------------------------------- /*
* Static memory controller configuration * Static memory controller configuration
*/ */
@ -194,7 +194,7 @@
{ FTSMC020_BANK1_CONFIG, FTSMC020_BANK1_TIMING, }, \ { FTSMC020_BANK1_CONFIG, FTSMC020_BANK1_TIMING, }, \
} }
/*----------------------------------------------------------------------- /*
* FLASH and environment organization * FLASH and environment organization
*/ */