[U-Boot] a8011eb84d not working on V40 (Banana Pi M2 Berry)

Hello,
I just updated my u-boot and found that it won't work on my banana pi m2 berry anymore, failing with the following message:
U-Boot SPL 2019.01-rc2-00116-g9735326fff (Dec 31 2018 - 12:46:51 +0100) DRAM: 0 MiB ### ERROR ### Please RESET the board ###
The error was introduced in commit a8011eb84dfac5187cebf00ed8bc981bdb5c1fa1"sunxi: board: Print error after power initialization fails".
Apparently, the Allwinner V40 SoC reports 0 RAM with the changed code.
After a git revert a8011eb84dfac5187cebf00ed8bc981bdb5c1fa1, the latest master commit works again.
Can anybody further inspect (or give me help in inspecting) this issue?
Greetings, Justus

On Tue, Jan 1, 2019 at 10:40 AM Justus Roßmeier justus@ventos.tk wrote:
Hello,
I just updated my u-boot and found that it won't work on my banana pi m2 berry anymore, failing with the following message:
U-Boot SPL 2019.01-rc2-00116-g9735326fff (Dec 31 2018 - 12:46:51 +0100) DRAM: 0 MiB ### ERROR ### Please RESET the board ###
The error was introduced in commit a8011eb84dfac5187cebf00ed8bc981bdb5c1fa1"sunxi: board: Print error after power initialization fails".
reverted version of this change will be in for this release. does it boot with this revert?
participants (2)
-
Jagan Teki
-
Justus Roßmeier