diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-10-21 10:19:38 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-08 09:38:24 -0500 |
commit | 76512e0d8484c7081dad78331347b87d8656e25f (patch) | |
tree | 0789845a63b21020a78ec4b8e96d5680bbd2e10a /drivers/spi/sh_spi.h | |
parent | 6dca9450a2808df57340f00178ad7313b64cb2fe (diff) | |
download | talos-obmc-uboot-76512e0d8484c7081dad78331347b87d8656e25f.tar.gz talos-obmc-uboot-76512e0d8484c7081dad78331347b87d8656e25f.zip |
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>
Diffstat (limited to 'drivers/spi/sh_spi.h')
0 files changed, 0 insertions, 0 deletions