diff options
Diffstat (limited to 'board/zylonite')
-rw-r--r-- | board/zylonite/config.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/board/zylonite/config.mk b/board/zylonite/config.mk index 09b0f71557..954f46e382 100644 --- a/board/zylonite/config.mk +++ b/board/zylonite/config.mk @@ -1,4 +1,4 @@ -#TEXT_BASE = 0x0 -#TEXT_BASE = 0xa1700000 -#TEXT_BASE = 0xa3080000 -TEXT_BASE = 0xa3008000 +#CONFIG_SYS_TEXT_BASE = 0x0 +#CONFIG_SYS_TEXT_BASE = 0xa1700000 +#CONFIG_SYS_TEXT_BASE = 0xa3080000 +CONFIG_SYS_TEXT_BASE = 0xa3008000 |