From 55a825f8cdbcfdf4993478cb602a38261c2f0311 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Fri, 29 May 2020 00:49:15 +0300 Subject: [PATCH] Raspberry Pi (all): move custom os.conf to board dir --- board/raspberrypi/{overlay/etc => }/os.conf | 0 board/raspberrypi2/{overlay/etc => }/os.conf | 0 board/raspberrypi3/{overlay/etc => }/os.conf | 0 board/raspberrypi4/{overlay/etc => }/os.conf | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename board/raspberrypi/{overlay/etc => }/os.conf (100%) rename board/raspberrypi2/{overlay/etc => }/os.conf (100%) rename board/raspberrypi3/{overlay/etc => }/os.conf (100%) rename board/raspberrypi4/{overlay/etc => }/os.conf (100%) diff --git a/board/raspberrypi/overlay/etc/os.conf b/board/raspberrypi/os.conf similarity index 100% rename from board/raspberrypi/overlay/etc/os.conf rename to board/raspberrypi/os.conf diff --git a/board/raspberrypi2/overlay/etc/os.conf b/board/raspberrypi2/os.conf similarity index 100% rename from board/raspberrypi2/overlay/etc/os.conf rename to board/raspberrypi2/os.conf diff --git a/board/raspberrypi3/overlay/etc/os.conf b/board/raspberrypi3/os.conf similarity index 100% rename from board/raspberrypi3/overlay/etc/os.conf rename to board/raspberrypi3/os.conf diff --git a/board/raspberrypi4/overlay/etc/os.conf b/board/raspberrypi4/os.conf similarity index 100% rename from board/raspberrypi4/overlay/etc/os.conf rename to board/raspberrypi4/os.conf