mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
78385bf235
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11 lines
216 B
Makefile
11 lines
216 B
Makefile
#
|
|
# board/sh7763rdp/config.mk
|
|
#
|
|
# TEXT_BASE refers to image _after_ relocation.
|
|
#
|
|
# NOTE: Must match value used in u-boot.lds (in this directory).
|
|
#
|
|
|
|
TEXT_BASE = 0x8FFC0000
|
|
|
|
# PLATFORM_CPPFLAGS += -DCONFIG_MULTIBOOT
|