mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
10 lines
168 B
Makefile
10 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
|