diff options
Diffstat (limited to 'roms/u-boot/board/gaisler/grsim_leon2/config.mk')
-rw-r--r-- | roms/u-boot/board/gaisler/grsim_leon2/config.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/board/gaisler/grsim_leon2/config.mk b/roms/u-boot/board/gaisler/grsim_leon2/config.mk new file mode 100644 index 00000000..f98b23b8 --- /dev/null +++ b/roms/u-boot/board/gaisler/grsim_leon2/config.mk @@ -0,0 +1,16 @@ +# +# (C) Copyright 2007 +# Daniel Hellstrom, Gaisler Research, daniel@gaisler.com +# +# SPDX-License-Identifier: GPL-2.0+ +# + +# +# GRSIM simulating a LEON2 board +# + +# RUN U-BOOT FROM PROM +CONFIG_SYS_TEXT_BASE = 0x00000000 + +# RUN U-BOOT FROM RAM +#CONFIG_SYS_TEXT_BASE = 0x40000000 |