diff options
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | 2019-07-11 21:18:12 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-07-21 12:45:01 +0200 |
commit | 285b3cb939a8f70d5233fd12e0b9f840eac53812 (patch) | |
tree | 43544060c6cc8fe57fc2958ebc4acb9c15964c40 /include/usbdescriptors.h | |
parent | b94655a4b7c8ced797c7d759a62eb2b5ba3ddb94 (diff) |
dm: ddr: socfpga: fix gen5 ddr driver to not use bss
This driver uses bss from SPL board_init_f(). Change it to move all the
data from bss to a common struct allocated on the stack (64 byte).
In addition to saving 28 bytes of bss, the code even gets 264 bytes
smaller.
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Diffstat (limited to 'include/usbdescriptors.h')
0 files changed, 0 insertions, 0 deletions