diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-11 08:31:13 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-11 08:31:13 -0400 |
commit | aba3fa1d3f1dc8f7049317b8d6ea1d8cb8935e5e (patch) | |
tree | 3dcf1dc7077ccd14c1fa885b363f0534f86de683 /board/amlogic | |
parent | 3e5b62f78888740530e6f3a2e989f4c361a9d52b (diff) | |
parent | 33b51765583e6cbe1888f068da795bea599bad18 (diff) | |
download | u-boot-aba3fa1d3f1dc8f7049317b8d6ea1d8cb8935e5e.tar.gz |
Merge tag 'u-boot-amlogic-20210810' of https://source.denx.de/u-boot/custodians/u-boot-amlogic
- odroid-n2: fix fdtfile suffix for n2-plus
- sei610 & meson64_android cleanups to prepare android 11 boot support
- use Android BCB mechanism for reboot reason instead of HW reboot flag
- Switch meson64_android boot flow to use abootimg for A/B, AVB and DTBO support
Diffstat (limited to 'board/amlogic')
-rw-r--r-- | board/amlogic/odroid-n2/odroid-n2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amlogic/odroid-n2/odroid-n2.c b/board/amlogic/odroid-n2/odroid-n2.c index c37ea65417..2135457edd 100644 --- a/board/amlogic/odroid-n2/odroid-n2.c +++ b/board/amlogic/odroid-n2/odroid-n2.c @@ -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 */ |