hardware: specify gint[HWRAM] = 8 MiB on the CG-50

This commit is contained in:
Lephe 2022-01-18 13:49:23 +01:00
parent 227c06631b
commit d8b85a9fab
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ void hw_detect(void)
gint[HWCALC] = HWCALC_FXCG_MANAGER;
/* Basic memory information */
gint[HWRAM] = (2 << 20);
gint[HWRAM] = (gint[HWCALC] == HWCALC_PRIZM) ? (2 << 20) : (8 << 20);
gint[HWROM] = (32 << 20);
/* Mapped memory */