We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86b201 commit b0686cdCopy full SHA for b0686cd
scripts/mkknlimg
@@ -68,7 +68,7 @@ if (! -r $kernel_file)
68
69
my $wanted_strings =
70
{
71
- 'bcm2708_fb' => FLAG_PI,
+ 'bcm2708_fb' => FLAG_PI | FLAG_270X,
72
'brcm,bcm2835-mmc' => FLAG_PI,
73
'brcm,bcm2835-sdhost' => FLAG_PI,
74
'brcm,bcm2708-pinctrl' => FLAG_PI | FLAG_DTOK,
@@ -79,6 +79,7 @@ my $wanted_strings =
79
'brcm,bcm2836' => FLAG_PI | FLAG_DTOK | FLAG_283X,
80
'of_cfs_init' => FLAG_DTOK | FLAG_DDTK,
81
'vc_cma_init' => FLAG_PI | FLAG_270X,
82
+ 'vc-mem' => FLAG_PI | FLAG_270X,
83
};
84
85
my $res = try_extract($kernel_file, $tmpfile1);
0 commit comments