u-boot/drivers/pinctrl/sunxi
Samuel Holland 0070d57c33 pinctrl: sunxi: Avoid using .bss for SPL
sunxi platforms put .bss in DRAM, so .bss is not available in SPL before
DRAM controller initialization. Therefore, this buffer must be placed in
the .data section.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
2023-11-12 16:46:46 +00:00
..
Kconfig sunxi: add Allwinner R528/T113 SoC support 2023-10-22 23:41:52 +01:00
Makefile sunxi: pinctrl: Create the driver skeleton 2022-04-04 23:23:50 +01:00
pinctrl-sunxi.c pinctrl: sunxi: Avoid using .bss for SPL 2023-11-12 16:46:46 +00:00