diff options
author | Daniel Hellstrom <daniel@gaisler.com> | 2008-03-28 10:20:43 +0100 |
---|---|---|
committer | Daniel Hellstrom <daniel@gaisler.com> | 2008-04-08 07:58:33 +0000 |
commit | ab68f921d9c741830f721c3d879c13a0c5597183 (patch) | |
tree | 2fc71ec96d84886e9ff001707848f344088ebc48 /MAKEALL | |
parent | 6ed8a43a19bb0275501bc286007daafa923552cf (diff) | |
download | u-boot-imx-ab68f921d9c741830f721c3d879c13a0c5597183.zip u-boot-imx-ab68f921d9c741830f721c3d879c13a0c5597183.tar.gz u-boot-imx-ab68f921d9c741830f721c3d879c13a0c5597183.tar.bz2 |
SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -727,7 +727,7 @@ LIST_sh=" \ ## SPARC Systems ######################################################################### -LIST_sparc="gr_xc3s_1500 gr_cpci_ax2000 gr_ep2s60 grsim" +LIST_sparc="gr_xc3s_1500 gr_cpci_ax2000 gr_ep2s60 grsim grsim_leon2" #----------------------------------------------------------------------- |