u-boot/arch
Masahiro Yamada 76512e0d84 sparc: include config.h to start.S
arch/sparc/cpu/leon3/start.S requires CONFIG_SYS_SPARC_NWINDOES
to be defined:

  #ifndef CONFIG_SYS_SPARC_NWINDOWS
  #error Must define number of SPARC register windows, default is 8
  #endif

But it missed to include <config.h>, which always ended up in compile error.

This commit fixes this problem.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Daniel Hellstrom <daniel@gaisler.com>
2013-11-08 09:38:24 -05:00
..
arm ARM: versatile: convert to common timer code 2013-11-04 11:24:22 -05:00
avr32 avr32: convert makefiles to Kbuild style 2013-10-31 13:26:45 -04:00
blackfin config: remove platform CONFIG_SYS_HZ definition part 2/2 2013-11-04 11:06:16 -05:00
m68k m68k: convert makefiles to Kbuild style 2013-11-01 11:42:12 -04:00
microblaze microblaze: convert makefiles to Kbuild style 2013-10-31 13:26:45 -04:00
mips mips: convert makefiles to Kbuild style 2013-10-31 13:26:45 -04:00
nds32 nds32: convert makefiles to Kbuild style 2013-11-01 11:42:11 -04:00
nios2 nios2: convert makefiles to Kbuild style 2013-11-01 11:42:11 -04:00
openrisc openrisc: convert makefiles to Kbuild style 2013-10-31 13:26:45 -04:00
powerpc powerpc: convert makefiles to Kbuild style 2013-10-31 13:26:44 -04:00
sandbox sandbox: convert makefiles to Kbuild style 2013-10-31 13:26:44 -04:00
sh sh: convert to common timer code 2013-11-04 11:08:10 -05:00
sparc sparc: include config.h to start.S 2013-11-08 09:38:24 -05:00
x86 x86: convert makefiles to Kbuild style 2013-11-01 11:42:12 -04:00
.gitignore update include/asm/ gitignore after move 2010-05-07 00:17:30 +02:00