aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/uboot-script-gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/uboot-script-gen b/scripts/uboot-script-gen
index aee45ec..c23caca 100755
--- a/scripts/uboot-script-gen
+++ b/scripts/uboot-script-gen
@@ -211,7 +211,7 @@ function load_file()
local filename=$1
local fit_scr_name=$2
- local relative_path="$(realpath --relative-to=$PWD $filename)"
+ local relative_path="$(realpath --no-symlinks --relative-to=$PWD $filename)"
if test "$FIT"
then