board/stmicroelectronics/stm32mp157-dk: rename uboot partition in genimage.cfg
authorBartosz Bilas <b.bilas@grinn-global.com>
Sun, 27 Oct 2019 09:01:25 +0000 (10:01 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 27 Oct 2019 09:06:05 +0000 (10:06 +0100)
Change partition name according to the U-Boot requirements.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
board/stmicroelectronics/stm32mp157-dk/genimage.cfg

index 33c418b9a5d89c54a483d0ead6ca7df6ef82439d..2b9e832dc94840257cdbc037fd51f40b7add21f9 100644 (file)
@@ -11,7 +11,7 @@ image sdcard.img {
                image = "u-boot-spl.stm32"
        }
 
-       partition uboot {
+       partition ssbl {
                image = "u-boot.img"
        }