commit | bf8974eda40e7954a3f279fb54a95d938c0d3bba | [log] [tgz] |
---|---|---|
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | Wed Mar 21 15:58:57 2018 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Wed Mar 21 17:06:54 2018 +0300 |
tree | df99ac679e20357ce80f52d67103b8c1e27115cc | |
parent | 75790873202f005e93085cc5ff5076bce0f5e84a [diff] |
ARC: Move cache global variables to arch_global_data There is a problem with current implementation if we start U-Boot from ROM, as we use global variables before ther initialization, so these variables get overwritten when we copy .data section from ROM. Instead we move these global variables into our "global data" structure so that we may really start from ROM. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>