commit | 8400a90d123f0ae53fa3247c7260c6017352d3f3 | [log] [tgz] |
---|---|---|
author | Andreas Dannenberg <dannenberg@ti.com> | Tue Jun 04 18:08:23 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 17 11:13:18 2019 -0400 |
tree | e26d345a7067dc2967fac32e4b270722711937ab | |
parent | f1b665b01e42138833b68ada946b41c40f7c6508 [diff] |
arm: K3: am654: Map common EEPROM data into SRAM scratch space The board detection scheme employed on various TI EVMs makes use of SRAM scratch space to share data read from an on-board EEPROM between the different bootloading stages. Map the associated definition that's used to locate this data into the SRAM scratch space we use on AM654x. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>