|
|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:=tfa-layerscape
|
|
|
PKG_VERSION:=6.6.23.2.0.0
|
|
|
-PKG_RELEASE:=1
|
|
|
+PKG_RELEASE:=2
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git
|
|
|
PKG_SOURCE_URL:=https://github.com/nxp-qoriq/atf
|
|
|
@@ -25,7 +25,7 @@ HOST_CFLAGS += -Wall -Werror -pedantic -std=c99
|
|
|
define Host/Compile
|
|
|
$(MAKE) -C \
|
|
|
$(HOST_BUILD_DIR)/tools/fiptool \
|
|
|
- PLAT_FIPTOOL_HELPER_MK="$(HOST_BUILD_DIR)/tools/nxp/plat_fiptool/plat_fiptool.mk" \
|
|
|
+ PLAT_FIPTOOL_HELPER_MK="$(HOST_BUILD_DIR)/tools/fiptool/plat_fiptool/nxp/plat_fiptool.mk" \
|
|
|
CFLAGS="$(HOST_CFLAGS)" \
|
|
|
LDFLAGS="$(HOST_LDFLAGS)" \
|
|
|
HOSTCCFLAGS="$(HOST_CFLAGS)"
|