s/Model/Nodel/ as well as drop the space the other ones (e.g. Model 2B)
lack.

Signed-off-by: Ahmad Fatoum <[email protected]>
---
 arch/arm/boards/raspberry-pi/rpi-common.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boards/raspberry-pi/rpi-common.c 
b/arch/arm/boards/raspberry-pi/rpi-common.c
index f1d8a4e0f609..30bfa995b3fa 100644
--- a/arch/arm/boards/raspberry-pi/rpi-common.c
+++ b/arch/arm/boards/raspberry-pi/rpi-common.c
@@ -230,8 +230,8 @@ static const struct rpi_model rpi_models_new_scheme[] = {
        RPI_MODEL(BCM2837_BOARD_REV_CM3,        "Compute Module 3", NULL ),
        RPI_MODEL(0xb, "Unknown model", NULL),
        RPI_MODEL(BCM2835_BOARD_REV_ZERO_W,     "Zero W",       rpi_0_w_init),
-       RPI_MODEL(BCM2837B0_BOARD_REV_3B_PLUS,  "Model 3 B+",   rpi_b_plus_init 
),
-       RPI_MODEL(BCM2837B0_BOARD_REV_3A_PLUS,  "Nodel 3 A+",   
rpi_b_plus_init),
+       RPI_MODEL(BCM2837B0_BOARD_REV_3B_PLUS,  "Model 3B+",    rpi_b_plus_init 
),
+       RPI_MODEL(BCM2837B0_BOARD_REV_3A_PLUS,  "Model 3A+",    
rpi_b_plus_init),
        RPI_MODEL(0xf, "Unknown model", NULL),
        RPI_MODEL(BCM2837B0_BOARD_REV_CM3_PLUS, "Compute Module 3+", NULL),
 };
-- 
2.28.0


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to