Skip to content

Commit b0686cd

Browse files
Phil Elwellpopcornmix
Phil Elwell
authored andcommitted
mkknlimg: Find some more downstream-only strings
See: #1920 Signed-off-by: Phil Elwell <[email protected]>
1 parent c86b201 commit b0686cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/mkknlimg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if (! -r $kernel_file)
6868

6969
my $wanted_strings =
7070
{
71-
'bcm2708_fb' => FLAG_PI,
71+
'bcm2708_fb' => FLAG_PI | FLAG_270X,
7272
'brcm,bcm2835-mmc' => FLAG_PI,
7373
'brcm,bcm2835-sdhost' => FLAG_PI,
7474
'brcm,bcm2708-pinctrl' => FLAG_PI | FLAG_DTOK,
@@ -79,6 +79,7 @@ my $wanted_strings =
7979
'brcm,bcm2836' => FLAG_PI | FLAG_DTOK | FLAG_283X,
8080
'of_cfs_init' => FLAG_DTOK | FLAG_DDTK,
8181
'vc_cma_init' => FLAG_PI | FLAG_270X,
82+
'vc-mem' => FLAG_PI | FLAG_270X,
8283
};
8384

8485
my $res = try_extract($kernel_file, $tmpfile1);

0 commit comments

Comments
 (0)