j
k
j a
j l
Hello Jean-Christophe,
...+static int reloc_init(void) +{ gd->flags |= GD_FLG_RELOC; you need to return 0 at least
+static int reloc_init(void) +{ gd->flags |= GD_FLG_RELOC;
+static int reloc_init(void) +{
gd->flags |= GD_FLG_RELOC;
you need to return 0 at least
Oops, You are right... (I forgot it somehow) Thanks!
Remy
Back to the thread
Back to the list