summaryrefslogtreecommitdiff
path: root/configs/odroid-n2_defconfig
diff options
context:
space:
mode:
authorChristian Hewitt <christianshewitt@gmail.com>2021-08-04 11:01:07 +0000
committerNeil Armstrong <narmstrong@baylibre.com>2021-08-10 10:43:40 +0200
commit480aeb0aa7b1fcb78e15d1678610f61ff421b883 (patch)
tree5cd0e59039812c2045ecfa58b85ab2ac1e8cf4d1 /configs/odroid-n2_defconfig
parent0e577643f5962586fad95f463997de9f0918c98a (diff)
board: amlogic: odroid-n2: fix fdtfile suffix for n2-plus
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>
Diffstat (limited to 'configs/odroid-n2_defconfig')
-rw-r--r--configs/odroid-n2_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/odroid-n2_defconfig b/configs/odroid-n2_defconfig
index bac44b61ab..1f718a3154 100644
--- a/configs/odroid-n2_defconfig
+++ b/configs/odroid-n2_defconfig
@@ -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