xref: /rk3399_ARM-atf/plat/brcm/board/stingray/bcm958742t-ns3.mk (revision 717448d622b13233e15aa43767fc8aa2f007486c)
1#
2# Copyright (c) 2015 - 2020, Broadcom
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7#######################################################
8# Board config file for bcm958742t-ns3 Stingray SST100-NS3
9#######################################################
10
11include plat/brcm/board/stingray/bcm958742t.mk
12
13# Load BL33 at 0xFF00_0000 address
14ifneq (${BL33_OVERRIDE_LOAD_ADDR},)
15$(eval $(call add_define_val,BL33_OVERRIDE_LOAD_ADDR,0xFF000000))
16endif
17