summaryrefslogtreecommitdiffstats
path: root/configs/platform-mips/rules/barebox-common.make
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-mips/rules/barebox-common.make')
-rw-r--r--configs/platform-mips/rules/barebox-common.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/platform-mips/rules/barebox-common.make b/configs/platform-mips/rules/barebox-common.make
index d0caead..4411dbe 100644
--- a/configs/platform-mips/rules/barebox-common.make
+++ b/configs/platform-mips/rules/barebox-common.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_BAREBOX_COMMON) += barebox-common
#
# Paths and names
#
-BAREBOX_COMMON_VERSION := $(call remove_quotes,$(PTXCONF_BAREBOX_COMMON_VERSION))
-BAREBOX_COMMON_MD5 := $(call remove_quotes,$(PTXCONF_BAREBOX_COMMON_MD5))
+BAREBOX_COMMON_VERSION := $(call ptx/config-version, PTXCONF_BAREBOX_COMMON)
+BAREBOX_COMMON_MD5 := $(call ptx/config-md5, PTXCONF_BAREBOX_COMMON)
BAREBOX_COMMON := barebox-common-$(BAREBOX_COMMON_VERSION)
BAREBOX_COMMON_SUFFIX := tar.bz2
BAREBOX_COMMON_URL := $(call barebox-url, BAREBOX_COMMON)