24 lines
745 B
Diff
24 lines
745 B
Diff
|
From 1582929df286ae9f08c741d3f101b07062974448 Mon Sep 17 00:00:00 2001
|
||
|
From: Igor Pecovnik <igor.pecovnik@gmail.com>
|
||
|
Date: Fri, 30 Sep 2022 18:22:30 +0200
|
||
|
Subject: [PATCH] Change boot breaking method
|
||
|
|
||
|
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
|
||
|
---
|
||
|
configs/bananapi-m5_defconfig | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/configs/bananapi-m5_defconfig b/configs/bananapi-m5_defconfig
|
||
|
index 6ab2d8ef0..a328a1c51 100644
|
||
|
--- a/configs/bananapi-m5_defconfig
|
||
|
+++ b/configs/bananapi-m5_defconfig
|
||
|
@@ -74,3 +74,5 @@ CONFIG_BMP_16BPP=y
|
||
|
CONFIG_BMP_24BPP=y
|
||
|
CONFIG_BMP_32BPP=y
|
||
|
CONFIG_OF_LIBFDT_OVERLAY=y
|
||
|
+CONFIG_AUTOBOOT_KEYED=y
|
||
|
+CONFIG_AUTOBOOT_KEYED_CTRLC=y
|
||
|
--
|
||
|
Created with Armbian build tools https://github.com/armbian/build
|
||
|
|