diff options
-rw-r--r-- | board/cradle/config.mk | 3 | ||||
-rw-r--r-- | board/lubbock/config.mk | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/board/cradle/config.mk b/board/cradle/config.mk new file mode 100644 index 0000000..2977572 --- /dev/null +++ b/board/cradle/config.mk @@ -0,0 +1,3 @@ +TEXT_BASE = 0xa0f08000 +#TEXT_BASE = 0 + diff --git a/board/lubbock/config.mk b/board/lubbock/config.mk new file mode 100644 index 0000000..d6ec08c --- /dev/null +++ b/board/lubbock/config.mk @@ -0,0 +1,13 @@ +# +# Linux-Kernel is expected to be at c000'8000, entry c000'8000 +# +# we load ourself to c170'0000, the upper 1 MB of second bank +# +# download areas is c800'0000 +# + + +#TEXT_BASE = 0xa1700000 +TEXT_BASE = 0xa3000000 +#TEXT_BASE = 0 + |