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>
This commit is contained in:
Anup Patel
2018-12-26 10:43:15 +05:30
committed by Anup Patel
parent 4c1d5a5d2d
commit cfa3fba14f
6 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include "fw_common.S"
#include "fw_base.S"
.align 3
.section .entry, "ax", %progbits