diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:37:55 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:37:55 +0200 |
commit | ed01c4f59ddda1cb898d86c1ac0945c756ab88c2 (patch) | |
tree | 8ad2a563b7d5ca31bb7f2af3c5fd6bd7fa0845b3 /board/espt/config.mk | |
parent | 5db1dcce91e98915ef8a3377774f860ba601301c (diff) | |
parent | 04366d070a1a3f7affddf15aaaea87bcf44cdbb0 (diff) | |
download | u-boot-imx-ed01c4f59ddda1cb898d86c1ac0945c756ab88c2.zip u-boot-imx-ed01c4f59ddda1cb898d86c1ac0945c756ab88c2.tar.gz u-boot-imx-ed01c4f59ddda1cb898d86c1ac0945c756ab88c2.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-sh
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 |