mirror of
https://github.com/armbian/build.git
synced 2025-09-18 20:21:24 +02:00
* Move all legacy u-boot patches under one general legacy folder * Move 32b Rockchip under 2022.04 and legacy for Miqi Tested * Move Rock 3A patch dir under legacy * Move / merge meson64 patch folder into v2022.07 Merge 2022.04 (mainly Rockchip 32) into 2022.07, tested * Remove not needed patch * Add last kernel version to config
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
|
|
|