Ticket #201 (closed defect: wontfix)
Use TEXT_BASE 0x37f80000 in u-boot on GTA01Bv2 and higher
| Reported by: | laforge@… | Owned by: | laforge@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | u-boot | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
Currently,' we're still using 0x33f80000 as TEXT_BASE. This has historical
reasons, since GTA01v3 and GTA01v4 had only 64MB.
However, if we move TEXT_BASE up to 0x37f80000, this gives us way more space to
e.g. load an entire 64MB flash image from microSD and then flash it to NAND in
one go.
Change History
Note: See
TracTickets for help on using
tickets.

Any news on this topic?
board/neo1973/config.mk still has a FIXME with the new value for TEXT_BASE