aboutsummaryrefslogtreecommitdiff
path: root/firmware/fw_jump.S
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2018-12-26 10:43:15 +0530
committerAnup Patel <anup@brainfault.org>2018-12-27 09:30:12 +0530
commitcfa3fba14f27f1fabaa8194d1ea1a6a21c2cc83a (patch)
treefc22120a17f83de0b6d15035cd78919df7aa98f1 /firmware/fw_jump.S
parent4c1d5a5d2dad51a90d2617cd9f4187e6eb8f4159 (diff)
firmware: Rename fw_common.S to fw_base.S
The fw_common.S is the base firmware extendend by fw_jump and fw_payload. This patch renames fw_common.S to fw_base.S to have more clear/intutive name for base firmware. Signed-off-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'firmware/fw_jump.S')
-rw-r--r--firmware/fw_jump.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fw_jump.S b/firmware/fw_jump.S
index d05d87f..be9c296 100644
--- a/firmware/fw_jump.S
+++ b/firmware/fw_jump.S
@@ -7,7 +7,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
-#include "fw_common.S"
+#include "fw_base.S"
.align 3
.section .entry, "ax", %progbits