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

@@ -11,7 +11,6 @@
plat-cppflags-y = -DPLAT_NAME="QEMU SiFive Unleashed"
plat-cppflags-y+= -DPLAT_HART_COUNT=1
plat-cppflags-y+= -DPLAT_HART_STACK_SIZE=8192
plat-cppflags-y+= -DPLAT_TEXT_START=0x80000000
# Compiler flags
plat-cflags-y =-mabi=lp64 -march=rv64imafdc -mcmodel=medany
@@ -24,6 +23,7 @@ PLAT_SERIAL_SIFIVE_UART=y
PLAT_SYS_CLINT=y
# Blobs to build
FW_TEXT_START=0x80000000
FW_JUMP=y
FW_JUMP_ADDR=0x80200000
FW_JUMP_FDT_OFFSET=0x2000000