summaryrefslogtreecommitdiff
path: root/firmware/objects.mk
diff options
context:
space:
mode:
authorDamien Le Moal <[email protected]>2019-01-18 16:09:14 +0900
committerAnup Patel <[email protected]>2019-01-21 09:58:33 +0530
commit42283461d3f236881f67d8aa9bb8bc96decdacae (patch)
treea71a8f0710e2218e027fe896666643c1362f1ffb /firmware/objects.mk
parent868ad0b0e51a5e10e77c9bd380240b98d6a133be (diff)
payload: rename dummy payload to test payload
Use a more neutral term more representative of this payload intent. Signed-off-by: Damien Le Moal <[email protected]>
Diffstat (limited to 'firmware/objects.mk')
-rw-r--r--firmware/objects.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/objects.mk b/firmware/objects.mk
index 1c7cc691..128834c2 100644
--- a/firmware/objects.mk
+++ b/firmware/objects.mk
@@ -29,7 +29,7 @@ firmware-bins-$(FW_PAYLOAD) += fw_payload.bin
ifdef FW_PAYLOAD_PATH
FW_PAYLOAD_PATH_FINAL=$(FW_PAYLOAD_PATH)
else
-FW_PAYLOAD_PATH_FINAL=$(build_dir)/$(platform_subdir)/firmware/payloads/dummy.bin
+FW_PAYLOAD_PATH_FINAL=$(build_dir)/$(platform_subdir)/firmware/payloads/test.bin
endif
firmware-genflags-$(FW_PAYLOAD) += -DFW_PAYLOAD_PATH=$(FW_PAYLOAD_PATH_FINAL)
ifdef FW_PAYLOAD_OFFSET