38 lines
1.5 KiB
Diff
38 lines
1.5 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Oleg <balbes-150@yandex.ru>
|
|
Date: Wed, 17 Nov 2021 07:22:04 +0100
|
|
Subject: [ARCHEOLOGY] fix sound HDMI rk3399 and bootsplash (#3260)
|
|
|
|
> X-Git-Archeology: - Revision 21d5340b35f43dda30c86320433ab3fb82997594: https://github.com/armbian/build/commit/21d5340b35f43dda30c86320433ab3fb82997594
|
|
> X-Git-Archeology: Date: Wed, 17 Nov 2021 07:22:04 +0100
|
|
> X-Git-Archeology: From: Oleg <balbes-150@yandex.ru>
|
|
> X-Git-Archeology: Subject: fix sound HDMI rk3399 and bootsplash (#3260)
|
|
> X-Git-Archeology:
|
|
> X-Git-Archeology: - Revision 2813365dd25e3ad110936cbf014b95b38d7090ec: https://github.com/armbian/build/commit/2813365dd25e3ad110936cbf014b95b38d7090ec
|
|
> X-Git-Archeology: Date: Mon, 07 Nov 2022 21:29:00 +0100
|
|
> X-Git-Archeology: From: Igor Pecovnik <igorpecovnik@users.noreply.github.com>
|
|
> X-Git-Archeology: Subject: Move known non working rockhip64 boards to previous boot loader (#4392)
|
|
> X-Git-Archeology:
|
|
---
|
|
include/configs/roc-pc-rk3399.h | 4 ----
|
|
1 file changed, 4 deletions(-)
|
|
|
|
diff --git a/include/configs/roc-pc-rk3399.h b/include/configs/roc-pc-rk3399.h
|
|
index 59fe22289c..4055e4563e 100644
|
|
--- a/include/configs/roc-pc-rk3399.h
|
|
+++ b/include/configs/roc-pc-rk3399.h
|
|
@@ -6,10 +6,6 @@
|
|
#ifndef __ROC_PC_RK3399_H
|
|
#define __ROC_PC_RK3399_H
|
|
|
|
-#define ROCKCHIP_DEVICE_SETTINGS \
|
|
- "stdin=serial,usbkbd\0" \
|
|
- "stdout=serial,vidconsole\0" \
|
|
- "stderr=serial,vidconsole\0"
|
|
|
|
#include <configs/rk3399_common.h>
|
|
|
|
--
|
|
Armbian
|
|
|