Commit 844f07d8a1f1330c97631b23fbf6425db2dc1508

Authored by Wolfgang Denk
1 parent e03dabe86b

Coding Style (white space) cleanup

Signed-off-by: Wolfgang Denk <wd@denx.de>

Showing 5 changed files with 23 additions and 23 deletions Side-by-side Diff

... ... @@ -2836,15 +2836,15 @@
2836 2836 globally (CONFIG_CMD_MEM).
2837 2837  
2838 2838 - CONFIG_SKIP_LOWLEVEL_INIT
2839   - [ARM only] If this variable is defined, then certain
2840   - low level initializations (like setting up the memory
2841   - controller) are omitted and/or U-Boot does not
2842   - relocate itself into RAM.
  2839 + [ARM only] If this variable is defined, then certain
  2840 + low level initializations (like setting up the memory
  2841 + controller) are omitted and/or U-Boot does not
  2842 + relocate itself into RAM.
2843 2843  
2844   - Normally this variable MUST NOT be defined. The only
2845   - exception is when U-Boot is loaded (to RAM) by some
2846   - other boot loader or by a debugger which performs
2847   - these initializations itself.
  2844 + Normally this variable MUST NOT be defined. The only
  2845 + exception is when U-Boot is loaded (to RAM) by some
  2846 + other boot loader or by a debugger which performs
  2847 + these initializations itself.
2848 2848  
2849 2849 - CONFIG_PRELOADER
2850 2850 Modifies the behaviour of start.S when compiling a loader
... ... @@ -12,7 +12,7 @@
12 12 #
13 13 # This program is distributed in the hope that it will be useful,
14 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 16 # GNU General Public License for more details.
17 17 #
18 18 # You should have received a copy of the GNU General Public License
... ... @@ -53,7 +53,7 @@
53 53 #
54 54 # Mac OS X / Darwin's C preprocessor is Apple specific. It
55 55 # generates numerous errors and warnings. We want to bypass it
56   -# and use GNU C's cpp. To do this we pass the -traditional-cpp
  56 +# and use GNU C's cpp. To do this we pass the -traditional-cpp
57 57 # option to the compiler. Note that the -traditional-cpp flag
58 58 # DOES NOT have the same semantics as GNU C's flag, all it does
59 59 # is invoke the GNU preprocessor in stock ANSI/ISO C fashion.
... ... @@ -262,8 +262,8 @@
262 262  
263 263 # If the list of objects to link is empty, just create an empty built-in.o
264 264 cmd_link_o_target = $(if $(strip $1),\
265   - $(LD) -r -o $@ $1 ,\
266   - rm -f $@; $(AR) rcs $@ )
  265 + $(LD) -r -o $@ $1 ,\
  266 + rm -f $@; $(AR) rcs $@ )
267 267  
268 268 #########################################################################
include/configs/keymile-common.h
... ... @@ -35,10 +35,10 @@
35 35 * CONFIG_SYS_KWD_CONFIG should be defined in board specific header file
36 36 */
37 37 #ifndef CONFIG_SYS_KWD_CONFIG
38   -#define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage.cfg
  38 +#define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage.cfg
39 39 #endif /* CONFIG_SYS_KWD_CONFIG */
40 40  
41   -/*
  41 +/*
42 42 * CONFIG_SYS_TEXT_BASE can be defined in board specific header file, if needed
43 43 */
44 44 #ifndef CONFIG_SYS_TEXT_BASE
include/configs/mv-common.h
... ... @@ -45,16 +45,16 @@
45 45 #define CONFIG_KIRKWOOD_RGMII_PAD_1V8 /* Set RGMII Pad voltage to 1.8V */
46 46 #define CONFIG_KIRKWOOD_PCIE_INIT /* Enable PCIE Port0 for kernel */
47 47  
48   -/*
  48 +/*
49 49 * By default kwbimage.cfg from board specific folder is used
50 50 * If for some board, different configuration file need to be used,
51 51 * CONFIG_SYS_KWD_CONFIG should be defined in board specific header file
52 52 */
53 53 #ifndef CONFIG_SYS_KWD_CONFIG
54   -#define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage.cfg
  54 +#define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage.cfg
55 55 #endif /* CONFIG_SYS_KWD_CONFIG */
56 56  
57   -/*
  57 +/*
58 58 * CONFIG_SYS_TEXT_BASE can be defined in board specific header file, if needed
59 59 */
60 60 #ifndef CONFIG_SYS_TEXT_BASE
... ... @@ -157,7 +157,7 @@
157 157 #define CONFIG_CONSOLE_INFO_QUIET /* some code reduction */
158 158 #define CONFIG_ARCH_CPU_INIT /* call arch_cpu_init() */
159 159 #define CONFIG_ARCH_MISC_INIT /* call arch_misc_init() */
160   -#define CONFIG_BOARD_EARLY_INIT_F /* call board_init_f for early inits */
  160 +#define CONFIG_BOARD_EARLY_INIT_F /* call board_init_f for early inits */
161 161 #define CONFIG_DISPLAY_CPUINFO /* Display cpu info */
162 162 #define CONFIG_NR_DRAM_BANKS 4
163 163 #define CONFIG_STACKSIZE 0x00100000 /* regular stack- 1M */
... ... @@ -12,7 +12,7 @@
12 12 #
13 13 # This program is distributed in the hope that it will be useful,
14 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 16 # GNU General Public License for more details.
17 17 #
18 18 # You should have received a copy of the GNU General Public License
... ... @@ -28,9 +28,9 @@
28 28  
29 29 # Compile for a hosted environment on the target
30 30 HOSTCPPFLAGS = -idirafter $(SRCTREE)/include \
31   - -idirafter $(OBJTREE)/include2 \
32   - -idirafter $(OBJTREE)/include \
33   - -DUSE_HOSTCC
  31 + -idirafter $(OBJTREE)/include2 \
  32 + -idirafter $(OBJTREE)/include \
  33 + -DUSE_HOSTCC
34 34  
35 35 ifeq ($(MTD_VERSION),old)
36 36 HOSTCPPFLAGS += -DMTD_OLD