forked from Mirrors/opensbi
platform: Remove PLAT_NAME from all platforms
The PLAT_NAME is used only in platform.c for all platforms hence remove it. Signed-off-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#
|
||||
|
||||
# Essential defines required by SBI platform
|
||||
platform-cppflags-y = -DPLAT_NAME="QEMU SiFive Unleashed"
|
||||
platform-cppflags-y+= -DPLAT_HART_COUNT=1
|
||||
platform-cppflags-y+= -DPLAT_HART_STACK_SIZE=8192
|
||||
|
||||
|
Reference in New Issue
Block a user