u-boot-brain/arch/sparc/cpu
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
..
leon2 sparc: convert makefiles to Kbuild style 2013-10-31 13:26:45 -04:00
leon3 sparc: include config.h to start.S 2013-11-08 09:38:24 -05:00