Cap eMMC frequency to 24MHz in U-Boot for ODROID-N2(+) (#1072)

* Revert "Fix boot from 128GB Micron eMMC on ODROID-N2(+) (#1064)"

This reverts commit 162084082e.

This patches seem to cause issue on a ODROID-N2 with 32GB eMMC.

* Cap eMMC frequency to 24MHz in U-Boot for ODROID-N2(+)

Also remove the ODROID-C4 specific patch.
This commit is contained in:
Stefan Agner
2020-12-10 00:45:05 +01:00
committed by GitHub
parent 1a8f9ca2e3
commit e42835f163
6 changed files with 16 additions and 188 deletions

View File

@@ -1,8 +1,8 @@
From 526ccae8321b9b48925c44999611c3c5a374328e Mon Sep 17 00:00:00 2001
Message-Id: <526ccae8321b9b48925c44999611c3c5a374328e.1607361661.git.stefan@agner.ch>
Message-Id: <526ccae8321b9b48925c44999611c3c5a374328e.1607542946.git.stefan@agner.ch>
From: Stefan Agner <stefan@agner.ch>
Date: Mon, 31 Aug 2020 13:40:18 +0200
Subject: [PATCH 1/4] ARM: meson: isolate loading of socinfo
Subject: [PATCH 1/3] ARM: meson: isolate loading of socinfo
Move loading of socinfo into a separate function so the value can be
reused later.