Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nanopi-r6s: fix mmc0/mmc1 ordering #7528

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

efectn
Copy link
Member

@efectn efectn commented Nov 29, 2024

Description

In mainline devicetree, mmc0 is sdmmc and mmc1 sdhci and uboot tries to boot mmc1 first of all. Thus, even if SD card is mounted, the board still boots from eMMC. This PR fixes it.

GitHub issue reference:
Jira reference number [AR-9999]

How Has This Been Tested?

  • Built and tested that SD card has higher priority in case both eMMC and SD card has a bootloader

Checklist:

Please delete options that are not relevant.

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@github-actions github-actions bot added size/small PR with less then 50 lines Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... labels Nov 29, 2024
@igorpecovnik igorpecovnik added Bugfix Pull request is fixing a bug 11 Milestone: Fourth quarter release labels Nov 30, 2024
@igorpecovnik igorpecovnik merged commit c647f40 into armbian:main Nov 30, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11 Milestone: Fourth quarter release Bugfix Pull request is fixing a bug Hardware Hardware related like kernel, U-Boot, ... Needs review Seeking for review Patches Patches related to kernel, U-Boot, ... size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

2 participants