Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2023 13:13:11 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 80327535cfca - main - Mark simplefb as depending on fdt
Message-ID:  <202304261313.33QDDBqP087493@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=80327535cfcadf8d0fedaf0e1c084688627c9785

commit 80327535cfcadf8d0fedaf0e1c084688627c9785
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2023-04-26 13:11:31 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2023-04-26 13:11:31 +0000

    Mark simplefb as depending on fdt
    
    This file is for a FDT specific device, mark it as such.
    
    Reported by:    Zachary Leaf <zachary.leaf@arm.com>
    Sponsored by:   Arm Ltd
---
 sys/conf/files | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/conf/files b/sys/conf/files
index 8c573d3293ec..8c3d80c48b01 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3432,7 +3432,7 @@ dev/vt/colors/vt_termcolors.c	optional vt
 dev/vt/font/vt_font_default.c	optional vt
 dev/vt/font/vt_mouse_cursor.c	optional vt
 dev/vt/hw/efifb/efifb.c		optional vt_efifb
-dev/vt/hw/simplefb/simplefb.c	optional vt_simplefb
+dev/vt/hw/simplefb/simplefb.c	optional vt_simplefb fdt
 dev/vt/hw/vbefb/vbefb.c		optional vt_vbefb
 dev/vt/hw/fb/vt_fb.c		optional vt
 dev/vt/hw/vga/vt_vga.c		optional vt vt_vga



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304261313.33QDDBqP087493>