I cannot get the SPL u-boot build to complete. This is the error message:
arch/arm/mach-socfpga/wrap_sdram_config.c:236:2: error: #error LPDDR2 and other DRAM types are not yet supported
Well LPDDR2 is the memory type I am dealing with for my board, and that seems to be a valid selection in the Quartus HPS configuration menu:
<parameter name="HPS_PROTOCOL" value="LPDDR2" />
and that is how the part is advertised on Intel's product webpage:
"Multiport SDRAM controller with support for DDR2, DDR3, DDR3L, and LPDDR2"
So how do I get around this issue?