Fix potato and C2 damage caused by untested family u-boot bump (#4376)

* Repair damage to Le Potato by untested u-boot bump

Since 15cab819fe decided to move everything to 22.07 without tests, revert back as this causes the ""Synchronous Abort" handler, esr 0x96000004" error.

* Fix damage caused by untested U-boot bump

Revert result of 15cab819fe and restore booting to Odroid C2
This commit is contained in:
Tony
2022-11-02 01:41:45 -04:00
committed by GitHub
parent 9f7d9ff5c3
commit 44f744d002
2 changed files with 3 additions and 0 deletions

View File

@@ -7,3 +7,5 @@ SERIALCON="ttyAML0"
FULL_DESKTOP="yes"
ASOUND_STATE="asound.state.mesongx"
BOOT_LOGO="desktop"
BOOTBRANCH_BOARD="tag:v2022.01"

View File

@@ -5,3 +5,4 @@ BOOTCONFIG="odroid-c2_defconfig"
KERNEL_TARGET="current,edge"
FULL_DESKTOP="yes"
ASOUND_STATE="asound.state.mesongx"
BOOTBRANCH_BOARD="tag:v2022.01"