
Dear Patrick Delaunay,
In message 20200331180330.5.I7a042a9ffbb5c2668034eddf5ace91271bb53c5f@changeid you wrote:
Add the bsec driver in SPL, as it is needed by SOC part number detection.
Signed-off-by: Patrick Delaunay patrick.delaunay@st.com
arch/arm/dts/stm32mp15-u-boot.dtsi | 2 +- arch/arm/mach-stm32mp/Makefile | 2 +- arch/arm/mach-stm32mp/bsec.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/dts/stm32mp15-u-boot.dtsi b/arch/arm/dts/stm32mp15-u-boot.dtsi index 8f9535a4db..e0b1223de8 100644 --- a/arch/arm/dts/stm32mp15-u-boot.dtsi +++ b/arch/arm/dts/stm32mp15-u-boot.dtsi @@ -40,7 +40,7 @@ };
&bsec {
- u-boot,dm-pre-proper;
- u-boot,dm-pre-reloc;
};
This seems to be an unrelated change? You should at least explain why this is needed, and if it's unrelated, spilt into a separate commit.
Best regards,
Wolfgang Denk