Seeing the following failure when building the rk3399 bl31 support with gcc11
CC plat/rockchip/rk3399/drivers/dram/dram.c
plat/rockchip/rk3399/drivers/dram/dram.c:13:22: error: ignoring attribute 'section (".pmusram.data")' because it conflicts with previous 'section (".sram.data")' [-Werror=attributes]
13 | __pmusramdata struct rk3399_sdram_params sdram_config; | ^~~~~~~~~~~~~~~~~~~
In file included from plat/rockchip/rk3399/drivers/dram/dram.c:7:
plat/rockchip/rk3399/drivers/dram/dram.h:152:46: note: previous declaration here
152 | extern __sramdata struct rk3399_sdram_params sdram_config; | ^~~~~~~~~~~~
cc1: all warnings being treated as errors