From 73b9895bdfcd3d29a78025aadef8614b2e47874d Mon Sep 17 00:00:00 2001 From: Zubair Lutfullah Kakakhel Date: Thu, 11 Oct 2018 17:34:12 +0100 Subject: [PATCH] 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 --- src/config/backend.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/config/backend.ts b/src/config/backend.ts index 28fc6a9d..f1c340c9 100644 --- a/src/config/backend.ts +++ b/src/config/backend.ts @@ -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', ];