mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
74d9c16a68
ESPT-Giga is SH7763-based reference board. Board support is relatively sparse, presently supporting serial, gigabit ethernet, USB host, and MTD. More information (in Japanese) available at: http://www.cente.jp/product/cente_hard/ESPT-Giga.html Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9 lines
168 B
Makefile
9 lines
168 B
Makefile
#
|
|
# board/espt/config.mk
|
|
#
|
|
# TEXT_BASE refers to image _after_ relocation.
|
|
#
|
|
# NOTE: Must match value used in u-boot.lds (in this directory).
|
|
#
|
|
|
|
TEXT_BASE = 0x8FFC0000
|