video: simple_panel: add boe,nv140fhmn49 display
[oweals/u-boot.git] / drivers / ram / bmips_ram.c
index b5f19c983c80726ca0e767442a4ada19cc6abc44..8f953e79afd791a55a4f02a26184dbbda6678687 100644 (file)
@@ -10,6 +10,7 @@
 #include <common.h>
 #include <dm.h>
 #include <errno.h>
+#include <init.h>
 #include <ram.h>
 #include <asm/io.h>
 
@@ -173,5 +174,4 @@ U_BOOT_DRIVER(bmips_ram) = {
        .probe = bmips_ram_probe,
        .priv_auto_alloc_size = sizeof(struct bmips_ram_priv),
        .ops = &bmips_ram_ops,
-       .flags = DM_FLAG_PRE_RELOC,
 };