diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-01-27 11:46:45 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-01-27 11:47:12 +0200 |
commit | 7da0f80150904aec3298e62e0dffdb917153c94d (patch) | |
tree | f951bacb65bc0ff172a0ec5d7ee938bec0cb3b54 /main/linux-rpi/markdt | |
parent | 12ebeee0214d9cc140d7e3a1aa0e7e7b66b0c136 (diff) | |
download | aports-7da0f80150904aec3298e62e0dffdb917153c94d.tar.bz2 aports-7da0f80150904aec3298e62e0dffdb917153c94d.tar.xz |
main/linux-rpi: declare our kernels with ddtk tag for dtbo support
Diffstat (limited to 'main/linux-rpi/markdt')
-rwxr-xr-x | main/linux-rpi/markdt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-rpi/markdt b/main/linux-rpi/markdt index f79a2ecf65..ce4f19d776 100755 --- a/main/linux-rpi/markdt +++ b/main/linux-rpi/markdt @@ -21,7 +21,7 @@ my $out_file = $ARGV[0]; my $trailer_magic = 'RPTL'; my $trailer; my $dtok = 1; -my $ddtk = 0; +my $ddtk = 1; my $is_283x = 0; my $ofh; my $total_len = 0; |