spl: imx8: add spl boot device
[oweals/u-boot.git] / drivers / video / simplefb.c
index 850a279d64a36aced70fc5fadf276136e69cc83a..1679d20002434326b5ffe91576e8e8de2c218f32 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2017 Rob Clark
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -69,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,
 };