summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-11-26 15:51:11 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-12-16 13:08:22 +0000
commit799b2d1aeebfe3921461c67d38a50b98b569d81c (patch)
tree966a3e4fc7ec33b89b810bfd93a34c482d22eb29
parent075197f3c2eb7f375d9daee0d6b7f2eae2432074 (diff)
Fix path in aglpath.h
Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I79ffad497ca11dc2283c1a53dedfc5f41c69429c
-rw-r--r--agl-basefiles/include/aglpath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/agl-basefiles/include/aglpath.h b/agl-basefiles/include/aglpath.h
index 0f51753..aaa71af 100644
--- a/agl-basefiles/include/aglpath.h
+++ b/agl-basefiles/include/aglpath.h
@@ -29,11 +29,11 @@
#define PF_ROOT "/"
#define PF_VAR PF_ROOT"var/"
-#define PF_NV PF_VAR"local/lib/nv/"
+#define PF_NV PF_VAR"local/lib/basesystem/nv/"
#define PF_TMP PF_ROOT"tmp/"
#define PF_USR PF_ROOT"usr/"
#define PF_MNT PF_ROOT"mnt/"
-#define PF_RAMD PF_ROOT"ramd/"
+#define PF_RAMD PF_VAR"local/lib/basesystem/ramd/"
#define PF_ENVPARAM PF_ROOT"env_param/"
#define PF_NVSYSTEM PF_ROOT"nv_system/"