From c7dd86b323fa3cdc030b0278bba233b69562d072 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 20 Feb 2020 11:32:43 +0000 Subject: [PATCH] core142: add changed u-boot files to updater Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/142/filelists/aarch64/u-boot | 2 ++ config/rootfiles/core/142/filelists/armv5tel/u-boot | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 config/rootfiles/core/142/filelists/aarch64/u-boot create mode 100644 config/rootfiles/core/142/filelists/armv5tel/u-boot diff --git a/config/rootfiles/core/142/filelists/aarch64/u-boot b/config/rootfiles/core/142/filelists/aarch64/u-boot new file mode 100644 index 0000000000..6a00446f4d --- /dev/null +++ b/config/rootfiles/core/142/filelists/aarch64/u-boot @@ -0,0 +1,2 @@ +boot/boot.cmd +boot/boot.scr diff --git a/config/rootfiles/core/142/filelists/armv5tel/u-boot b/config/rootfiles/core/142/filelists/armv5tel/u-boot new file mode 100644 index 0000000000..6a00446f4d --- /dev/null +++ b/config/rootfiles/core/142/filelists/armv5tel/u-boot @@ -0,0 +1,2 @@ +boot/boot.cmd +boot/boot.scr -- 2.39.5