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

@@ -14,7 +14,7 @@ SECTIONS
{
#include "fw_common.ldS"
. = PLAT_TEXT_START + FW_PAYLOAD_OFFSET;
. = FW_TEXT_START + FW_PAYLOAD_OFFSET;
.payload :
{