dect
/
linux-2.6
Archived
13
0
Fork 0

CRISv10: Whitespace fixes for hw_settings.S

Remove trailing whitespace.

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
Jesper Nilsson 2010-05-25 15:04:06 +02:00
parent 2f941a1be3
commit 6b9c88e2a3
1 changed files with 6 additions and 8 deletions

View File

@ -1,13 +1,11 @@
/* /*
* $Id: hw_settings.S,v 1.1 2001/12/17 13:59:27 bjornw Exp $
*
* This table is used by some tools to extract hardware parameters. * This table is used by some tools to extract hardware parameters.
* The table should be included in the kernel and the decompressor. * The table should be included in the kernel and the decompressor.
* Don't forget to update the tools if you change this table. * Don't forget to update the tools if you change this table.
* *
* Copyright (C) 2001 Axis Communications AB * Copyright (C) 2001 Axis Communications AB
* *
* Authors: Mikael Starvik (starvik@axis.com) * Authors: Mikael Starvik (starvik@axis.com)
*/ */
#define PA_SET_VALUE ((CONFIG_ETRAX_DEF_R_PORT_PA_DIR << 8) | \ #define PA_SET_VALUE ((CONFIG_ETRAX_DEF_R_PORT_PA_DIR << 8) | \
@ -15,13 +13,13 @@
#define PB_SET_VALUE ((CONFIG_ETRAX_DEF_R_PORT_PB_CONFIG << 16) | \ #define PB_SET_VALUE ((CONFIG_ETRAX_DEF_R_PORT_PB_CONFIG << 16) | \
(CONFIG_ETRAX_DEF_R_PORT_PB_DIR << 8) | \ (CONFIG_ETRAX_DEF_R_PORT_PB_DIR << 8) | \
(CONFIG_ETRAX_DEF_R_PORT_PB_DATA)) (CONFIG_ETRAX_DEF_R_PORT_PB_DATA))
.ascii "HW_PARAM_MAGIC" ; Magic number .ascii "HW_PARAM_MAGIC" ; Magic number
.dword 0xc0004000 ; Kernel start address .dword 0xc0004000 ; Kernel start address
; Debug port ; Debug port
#ifdef CONFIG_ETRAX_DEBUG_PORT0 #ifdef CONFIG_ETRAX_DEBUG_PORT0
.dword 0 .dword 0
#elif defined(CONFIG_ETRAX_DEBUG_PORT1) #elif defined(CONFIG_ETRAX_DEBUG_PORT1)
.dword 1 .dword 1
#elif defined(CONFIG_ETRAX_DEBUG_PORT2) #elif defined(CONFIG_ETRAX_DEBUG_PORT2)
@ -30,7 +28,7 @@
.dword 3 .dword 3
#else #else
.dword 4 ; No debug .dword 4 ; No debug
#endif #endif
; SDRAM or EDO DRAM? ; SDRAM or EDO DRAM?
#ifdef CONFIG_ETRAX_SDRAM #ifdef CONFIG_ETRAX_SDRAM
@ -39,7 +37,7 @@
.dword 0 .dword 0
#endif #endif
; Register values ; Register values
.dword R_WAITSTATES .dword R_WAITSTATES
.dword CONFIG_ETRAX_DEF_R_WAITSTATES .dword CONFIG_ETRAX_DEF_R_WAITSTATES
.dword R_BUS_CONFIG .dword R_BUS_CONFIG
@ -56,7 +54,7 @@
.dword CONFIG_ETRAX_DEF_R_DRAM_TIMING .dword CONFIG_ETRAX_DEF_R_DRAM_TIMING
#endif #endif
.dword R_PORT_PA_SET .dword R_PORT_PA_SET
.dword PA_SET_VALUE .dword PA_SET_VALUE
.dword R_PORT_PB_SET .dword R_PORT_PB_SET
.dword PB_SET_VALUE .dword PB_SET_VALUE
.dword 0 ; No more register values .dword 0 ; No more register values