backend: Remove a few blacklisted config.txt options

These options were discussed in an arch call and the conclusion was
that they don't need to be in the blacklist.

Change-type: patch
Changelog-entry: Remove a few blacklisted config.txt options
Signed-off-by: Zubair Lutfullah Kakakhel <zubair@resin.io>
This commit is contained in:
Zubair Lutfullah Kakakhel 2018-10-11 17:34:12 +01:00 committed by Cameron Diver
parent 853727d7a1
commit 73b9895bdf
No known key found for this signature in database
GPG Key ID: 69264F9C923F55C1

View File

@ -88,11 +88,7 @@ export class RPiConfigBackend extends DeviceConfigBackend {
'ramfsaddr',
'initramfs',
'device_tree_address',
'init_uart_baud',
'init_uart_clock',
'init_emmc_clock',
'boot_delay',
'boot_delay_ms',
'avoid_safe_mode',
];