u-boot-brain/drivers/ddr
Simon Goldschmidt 285b3cb939 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>
2019-07-21 12:45:01 +02:00
..
altera dm: ddr: socfpga: fix gen5 ddr driver to not use bss 2019-07-21 12:45:01 +02:00
fsl mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASE 2019-05-21 07:52:33 +02:00
imx ddr: imx8m: hide i.MX8M DDR options from device driver entry 2019-04-25 19:20:04 +02:00
marvell arm: mvebu: Add Marvell's integrated CPUs 2019-04-12 07:04:18 +02:00
microchip SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig drivers: ddr: introduce DDR driver for i.MX8M 2019-01-01 14:12:18 +01:00