diff --git a/drivers/video/simplefb.c b/drivers/video/simplefb.c
index 3b8da808bd32bd4ac6c88475062cd6b9cec5ca66..1679d20002434326b5ffe91576e8e8de2c218f32 100644
--- a/drivers/video/simplefb.c
+++ b/drivers/video/simplefb.c
@@ -68,5 +68,4 @@ U_BOOT_DRIVER(simple_video) = {
 	.id	= UCLASS_VIDEO,
 	.of_match = simple_video_ids,
 	.probe	= simple_video_probe,
-	.flags	= DM_FLAG_PRE_RELOC,
 };