diff options
author | Francois Retief <fgretief@spaceteq.co.za> | 2015-11-01 15:40:00 +0200 |
---|---|---|
committer | Francois Retief <fgretief@spaceteq.co.za> | 2015-12-03 13:15:48 +0200 |
commit | 52789143a2090a77cbdda76c573a1b75cd460a9a (patch) | |
tree | 36743d6243738cfed73829abb47ec81050d166fb /include/configs/grsim.h | |
parent | be30dfbabbee12770221f434d2aa08627e712b97 (diff) | |
download | u-boot-52789143a2090a77cbdda76c573a1b75cd460a9a.tar.gz |
sparc: Move SYS_SPARC_NWINDOWS to Kconfig
Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>
Diffstat (limited to 'include/configs/grsim.h')
-rw-r--r-- | include/configs/grsim.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/grsim.h b/include/configs/grsim.h index e1f7dc3bf6..932f330e1e 100644 --- a/include/configs/grsim.h +++ b/include/configs/grsim.h @@ -34,9 +34,6 @@ /* CPU / AMBA BUS configuration */ #define CONFIG_SYS_CLK_FREQ 40000000 /* 40MHz */ -/* Number of SPARC register windows */ -#define CONFIG_SYS_SPARC_NWINDOWS 8 - /* * Serial console configuration */ |