mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
board: Do not add -DCONFIG_SYS_TEXT_BASE in board config.mk
Board config.mk do not need to add -DCONFIG_SYS_TEXT_BASE to CPPFLAGS because the top level config.mk does instead. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
13b213b47d
commit
620110afe5
9 changed files with 5 additions and 55 deletions
|
@ -1,11 +0,0 @@
|
|||
#
|
||||
# (C) Copyright 2000-2003
|
||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||
# Coldfire contribution by Bernhard Kuhn <bkuhn@metrowerks.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
|
||||
|
||||
PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
|
|
@ -1,12 +0,0 @@
|
|||
#
|
||||
# (C) Copyright 2000-2003
|
||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||
# Coldfire contribution by Bernhard Kuhn <bkuhn@metrowerks.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
/*CONFIG_SYS_TEXT_BASE = 0xFFC00000*/
|
||||
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
|
||||
|
||||
PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
|
|
@ -1,11 +0,0 @@
|
|||
#
|
||||
# (C) Copyright 2000-2003
|
||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||
# Coldfire contribution by Bernhard Kuhn <bkuhn@metrowerks.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
|
||||
|
||||
PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
|
|
@ -1,11 +0,0 @@
|
|||
#
|
||||
# (C) Copyright 2000-2003
|
||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||
# Coldfire contribution by Bernhard Kuhn <bkuhn@metrowerks.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
|
||||
|
||||
PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
|
|
@ -18,5 +18,4 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
|
|||
# U-BOOT IN SDRAM
|
||||
#CONFIG_SYS_TEXT_BASE = 0x60000000
|
||||
|
||||
PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
|
||||
-I$(TOPDIR)/board
|
||||
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
|
||||
|
|
|
@ -16,5 +16,4 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
|
|||
# U-BOOT IN SDRAM
|
||||
#CONFIG_SYS_TEXT_BASE = 0x40000000
|
||||
|
||||
PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
|
||||
-I$(TOPDIR)/board
|
||||
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
|
||||
|
|
|
@ -15,5 +15,4 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
|
|||
# U-BOOT IN RAM
|
||||
#CONFIG_SYS_TEXT_BASE = 0x40000000
|
||||
|
||||
PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
|
||||
-I$(TOPDIR)/board
|
||||
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
|
||||
|
|
|
@ -15,5 +15,4 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
|
|||
# U-BOOT IN RAM
|
||||
#CONFIG_SYS_TEXT_BASE = 0x40000000
|
||||
|
||||
PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
|
||||
-I$(TOPDIR)/board
|
||||
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
|
||||
|
|
|
@ -15,5 +15,4 @@ CONFIG_SYS_TEXT_BASE = 0x00000000
|
|||
# RUN U-BOOT FROM RAM
|
||||
#CONFIG_SYS_TEXT_BASE = 0x40000000
|
||||
|
||||
PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
|
||||
-I$(TOPDIR)/board
|
||||
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board
|
||||
|
|
Loading…
Add table
Reference in a new issue