blob: Rename PLAT_TEXT_START to FW_TEXT_START

The PLAT_TEXT_START is only used by our firmware blobs hence
rename it to FW_TEXT_START.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
Anup Patel
2018-12-19 15:05:45 +05:30
committed by Anup Patel
parent fbb4a52330
commit d9c5bea9a2
6 changed files with 9 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
. = PLAT_TEXT_START;
. = FW_TEXT_START;
PROVIDE(_fw_start = .);