summaryrefslogtreecommitdiff
path: root/board/engicam
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2021-09-02 12:02:07 +0200
committerPatrice Chotard <patrice.chotard@foss.st.com>2021-10-08 08:15:39 +0200
commite69c4143e82b848ba769e841930132f7548b5d23 (patch)
tree76dac993840b52cac93d19cf6cb337f0d3424f99 /board/engicam
parentb703dcb0fe5d296bb55a8932147d9f754625b739 (diff)
board: stm32: Remove the bi_boot_params initialization
The stm32 platforms never had to support an ATAGs-based Linux Kernel, so remove the bi_boot_params initialization. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Tested-by: Patrice Chotard <patrice.chotard@foss.st.com> Tested-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'board/engicam')
-rw-r--r--board/engicam/stm32mp1/stm32mp1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/engicam/stm32mp1/stm32mp1.c b/board/engicam/stm32mp1/stm32mp1.c
index 8bf9c9c67d..20d8603c78 100644
--- a/board/engicam/stm32mp1/stm32mp1.c
+++ b/board/engicam/stm32mp1/stm32mp1.c
@@ -40,9 +40,6 @@ int checkboard(void)
/* board dependent setup after realloc */
int board_init(void)
{
- /* address of boot parameters */
- gd->bd->bi_boot_params = STM32_DDR_BASE + 0x100;
-
if (IS_ENABLED(CONFIG_DM_REGULATOR))
regulators_enable_boot_on(_DEBUG);