diff options
Diffstat (limited to 'board/espt/config.mk')
-rw-r--r-- | board/espt/config.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/espt/config.mk b/board/espt/config.mk new file mode 100644 index 0000000..006b432 --- /dev/null +++ b/board/espt/config.mk @@ -0,0 +1,9 @@ +# +# 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 |