summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-raspberrypi
diff options
context:
space:
mode:
authorLi Xiaoming <lixm.fnst@cn.fujitsu.com>2019-11-27 17:48:59 +0800
committerLi Xiaoming <lixm.fnst@cn.fujitsu.com>2019-11-27 17:48:59 +0800
commit9409388f7393c0cc8fe30ba0f6cf8fd14cd14f51 (patch)
tree2f3f1a2bc95d15c8588cffa154230d8df09af257 /meta-agl-bsp/meta-raspberrypi
parent0eefa345c3554f960f1eb08ab6f5d8f336120d7b (diff)
Enable pi 4 boot log on console output temporarily
Although the rpi-config_git.bbappend enable ENABLE_UART_raspberrypi4 = "1", it seems make no effect. This patch is temporary solution, which can do some help to debug pi 4 boot issue. Bug-AGL: SPEC-2995 Change-Id: I0b634c4d8df576884b939ea259d4f8b7ca5330d7 Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi')
-rw-r--r--meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend
new file mode 100644
index 000000000..35a09b021
--- /dev/null
+++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend
@@ -0,0 +1,2 @@
+ENABLE_UART_raspberrypi4 = "1"
+