|
@@ -147,14 +147,14 @@ void emif_get_dmm_regs(const struct dmm_lisa_map_regs **dmm_lisa_regs)
|
|
|
|
|
|
#else
|
|
#else
|
|
|
|
|
|
-static const struct lpddr2_device_details elpida_2G_S4_details = {
|
|
|
|
|
|
+const struct lpddr2_device_details elpida_2G_S4_details = {
|
|
.type = LPDDR2_TYPE_S4,
|
|
.type = LPDDR2_TYPE_S4,
|
|
.density = LPDDR2_DENSITY_2Gb,
|
|
.density = LPDDR2_DENSITY_2Gb,
|
|
.io_width = LPDDR2_IO_WIDTH_32,
|
|
.io_width = LPDDR2_IO_WIDTH_32,
|
|
.manufacturer = LPDDR2_MANUFACTURER_ELPIDA
|
|
.manufacturer = LPDDR2_MANUFACTURER_ELPIDA
|
|
};
|
|
};
|
|
|
|
|
|
-static const struct lpddr2_device_details elpida_4G_S4_details = {
|
|
|
|
|
|
+const struct lpddr2_device_details elpida_4G_S4_details = {
|
|
.type = LPDDR2_TYPE_S4,
|
|
.type = LPDDR2_TYPE_S4,
|
|
.density = LPDDR2_DENSITY_4Gb,
|
|
.density = LPDDR2_DENSITY_4Gb,
|
|
.io_width = LPDDR2_IO_WIDTH_32,
|
|
.io_width = LPDDR2_IO_WIDTH_32,
|