]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: amlogic: odroid-n2: fix fdtfile suffix for n2-plus
authorChristian Hewitt <christianshewitt@gmail.com>
Wed, 4 Aug 2021 11:01:07 +0000 (11:01 +0000)
committerNeil Armstrong <narmstrong@baylibre.com>
Tue, 10 Aug 2021 08:43:40 +0000 (10:43 +0200)
The N2+ dtb is meson-g12b-odroid-n2-plus.dtb, not n2_plus, so
correct the suffix provided in the board file. Also align the
board ident string shown during boot to match.

Fixes: 8bc780106c13 ("board: amlogic: odroid: add runtime detection of the N2/N2+/C4/HC4 variants")
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
board/amlogic/odroid-n2/odroid-n2.c
configs/odroid-n2_defconfig

index 88a60f34fe8c70a8b78c1e54eaa92a66a0dcc8df..acfd107fc544ac0ca8855e65d28dde5183b41090 100644 (file)
@@ -48,7 +48,7 @@ static struct meson_odroid_boards {
        /* OdroidN2 rev 2019,2,7 */
        { MESON_SOC_ID_G12B, 330 * 4, 350 * 4, "n2" },
        /* OdroidN2plus rev 2019,11,20 */
-       { MESON_SOC_ID_G12B, 410 * 4, 430 * 4, "n2_plus" },
+       { MESON_SOC_ID_G12B, 410 * 4, 430 * 4, "n2-plus" },
        /* OdroidC4 rev 2020,01,29 */
        { MESON_SOC_ID_SM1,   80 * 4, 100 * 4, "c4" },
        /* OdroidHC4 rev 2019,12,10 */
index bac44b61abb86aa27f4595880d556a3df27a227e..1f718a3154ef0736fbb0c280cecb3abbace3d08a 100644 (file)
@@ -9,7 +9,7 @@ CONFIG_DEFAULT_DEVICE_TREE="meson-g12b-odroid-n2"
 CONFIG_MESON_G12A=y
 CONFIG_DEBUG_UART_BASE=0xff803000
 CONFIG_DEBUG_UART_CLOCK=24000000
-CONFIG_IDENT_STRING=" odroid-n2/n2_plus"
+CONFIG_IDENT_STRING=" odroid-n2/n2-plus"
 CONFIG_DEBUG_UART=y
 CONFIG_OF_BOARD_SETUP=y
 # CONFIG_DISPLAY_CPUINFO is not set