diff options
Diffstat (limited to 'board/logicpd')
| -rw-r--r-- | board/logicpd/imx27lite/config.mk | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/board/logicpd/imx27lite/config.mk b/board/logicpd/imx27lite/config.mk index 2f9c4e629..af1c82b6c 100644 --- a/board/logicpd/imx27lite/config.mk +++ b/board/logicpd/imx27lite/config.mk @@ -1 +1,4 @@ +# with relocation TEXT_BASE can be anything, and making it 0 +# makes relative and absolute relocation fixups interchangeable. +#TEXT_BASE = 0  TEXT_BASE = 0xc0000000 |