Commit a39493cb authored by Max Shvetsov's avatar Max Shvetsov
Browse files

stingray: Fix board configuration typo.



Default board configuration was set to bcm958742k which is not present
in current codebase. This causes a default platform build to fail.
Changing to bcm958742t.
Signed-off-by: default avatarMax Shvetsov <maksims.svecovs@arm.com>
Change-Id: Ie24f94ef0ef316ff56fe142df5de45d70ba93c28
parent 37d56d38
...@@ -70,7 +70,7 @@ $(eval $(call add_define,USE_DDR)) ...@@ -70,7 +70,7 @@ $(eval $(call add_define,USE_DDR))
endif endif
ifeq (${BOARD_CFG},) ifeq (${BOARD_CFG},)
BOARD_CFG := bcm958742k BOARD_CFG := bcm958742t
endif endif
# Use PAXB # Use PAXB
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment