refactor(stm32mp1): split compilations per boot devices
To reduce BL2 size and leave bigger room for BL32, BL2 is compiled
for a given boot device. The default config keeps SD-card and eMMC,
as they use the same MMC framework.
Add the required files to tf-l1-build-plat.
Remove bash line from group/tf-l1-build-plat/stm32mp1-default:nil.
Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: I0f5fddabcfde34b156915c2d0d375bd1b7d2a889
diff --git a/group/tf-l1-build-plat/stm32mp1-default:nil b/group/tf-l1-build-plat/stm32mp1-default:nil
index b5958ec..37b17ff 100644
--- a/group/tf-l1-build-plat/stm32mp1-default:nil
+++ b/group/tf-l1-build-plat/stm32mp1-default:nil
@@ -1,6 +1,5 @@
-#!/usr/bin/env bash
#
-# Copyright (c) 2019-2021 Arm Limited. All rights reserved.
+# Copyright (c) 2019-2022 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#