mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
7faddaecea
SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC. In this patch, support SCIF, NOR Flash, and Ethernet. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 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
|