diff options
| author | wdenk <wdenk> | 2002-08-14 07:58:23 +0000 |
|---|---|---|
| committer | wdenk <wdenk> | 2002-08-14 07:58:23 +0000 |
| commit | 0dde803b1ad8082fcc13033078eba6fbc9f67a3a (patch) | |
| tree | cb4a64bb0b3e62ba47d471807b2fb8b7f093af27 | |
| parent | 145f0f2bfdd351991fdaa0828bb0c8808e7870d5 (diff) | |
Das U-Boot: Universal Boot Loader
| -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 00000000000..297757223c0 --- /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 00000000000..d6ec08cf1ac --- /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 + |
