build, odbeta and opendingux cleanup

This commit is contained in:
kub 2023-12-05 22:13:00 +01:00
parent 85174a6d8d
commit 58fc34b1d6
14 changed files with 185 additions and 78 deletions

View file

@ -445,6 +445,11 @@ void *plat_mem_get_for_drc(size_t size)
return NULL;
}
int plat_parse_arg(int argc, char *argv[], int *x)
{
return 1;
}
void plat_early_init(void)
{
}