From: Jaehoon Chung Date: Fri, 24 May 2024 01:01:26 +0000 (+0900) Subject: Remove the unnecessary script X-Git-Tag: accepted/tizen/unified/x/20241031.045847~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ac6f60a30451b4cc6887b00f39af698e9b2f30d;p=platform%2Fkernel%2Fu-boot-thead.git Remove the unnecessary script run.sh was taken from original vendor repo. This can be confusing to tizen developer if it can be using or not. To clarify this, remove the unnecessary script. Change-Id: I26d59298417825dcf8469efa32290160c3b92c8d Signed-off-by: Jaehoon Chung --- diff --git a/run.sh b/run.sh deleted file mode 100755 index 33ab6700..00000000 --- a/run.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -make ARCH=riscv CROSS_COMPILE=/home/cxx194832/toolchain/riscv-linux/bin/riscv64-unknown-linux-gnu- -j BUILD_TYPE=RELEASE -