diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-17 16:08:54 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-17 16:08:54 -0400 |
commit | 1c4b5038afcc7cdb1064713f65571da05aa0de0e (patch) | |
tree | bbb554b1128dc15453a91fc50408446da2e0ddd2 /doc/README.arm-relocation | |
parent | 7c3cc6f106ed1ca13b0ff6eea9f8e1473240aef3 (diff) | |
parent | 21fc5a16855602b2fd4b39e40679f854101a0fa3 (diff) |
Merge branch '2020-07-17-misc-fixes'
A large number of assorted fixes, including but not limited to:
- Correct fixdep and CONFIG_IS_ENABLED(...)
- lz4 on big endian
- Assorted LMB hardening
- Remove bd_t typedef
Diffstat (limited to 'doc/README.arm-relocation')
-rw-r--r-- | doc/README.arm-relocation | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.arm-relocation b/doc/README.arm-relocation index d2a7e8122e..bc6644911b 100644 --- a/doc/README.arm-relocation +++ b/doc/README.arm-relocation @@ -27,7 +27,7 @@ At board level: TODO: move also dram initialization there on boards where it is possible. - Setup of the the bd_t dram bank info is done in the new function + Setup of the bd_info dram bank info is done in the new function dram_init_banksize() called after bd is accessible. At lib level: @@ -65,7 +65,7 @@ in f) could be saved. TODO -- fill in bd_t infos (check) +- fill in struct bd_info infos (check) - adapt all boards - maybe adapt CONFIG_SYS_TEXT_BASE (this must be checked from board maintainers) |