mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
Initial revision
This commit is contained in:
parent
5108792575
commit
4c31c4b9c6
2 changed files with 16 additions and 0 deletions
3
board/cradle/config.mk
Normal file
3
board/cradle/config.mk
Normal file
|
@ -0,0 +1,3 @@
|
|||
TEXT_BASE = 0xa0f08000
|
||||
#TEXT_BASE = 0
|
||||
|
13
board/lubbock/config.mk
Normal file
13
board/lubbock/config.mk
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue