commit | ac9ecc45088fb29f5d54e89170e9f1fd39535fc7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Oct 21 10:19:38 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Nov 08 09:38:24 2013 -0500 |
tree | 0789845a63b21020a78ec4b8e96d5680bbd2e10a | |
parent | 51feb2cf945eaa9a2697df4faa16cf826df79d1e [diff] |
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>