diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-10-30 15:30:58 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-04 15:01:46 -0500 |
commit | 7f7563cec11388451cd81c99abfa86836b1bdd75 (patch) | |
tree | fdb19d5c982ed1ae1fd23f75441c0ef3928e9ebc /board/gaisler/grsim_leon2 | |
parent | 89bedb0c10d47c3889a218c17c3ee4612ec9af6c (diff) | |
download | u-boot-imx-7f7563cec11388451cd81c99abfa86836b1bdd75.zip u-boot-imx-7f7563cec11388451cd81c99abfa86836b1bdd75.tar.gz u-boot-imx-7f7563cec11388451cd81c99abfa86836b1bdd75.tar.bz2 |
sparc: move CONFIG_SYS_TEXT_BASE to Kconfig
Defining CONFIG_SYS_TEXT_BASE in config.mk is very old style.
Create CONFIG_SYS_TEXT_BASE option in Kconfig, but let it
depend on CONFIG_SPARC because we do not want to disturb
the other architectures that still define CONFIG_SYS_TEXT_BASE
in their header files.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Daniel Hellstrom <daniel@gaisler.com>
Diffstat (limited to 'board/gaisler/grsim_leon2')
-rw-r--r-- | board/gaisler/grsim_leon2/config.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/board/gaisler/grsim_leon2/config.mk b/board/gaisler/grsim_leon2/config.mk deleted file mode 100644 index f98b23b..0000000 --- a/board/gaisler/grsim_leon2/config.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -# (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 |