diff options
| author | Peter Robinson <[email protected]> | 2021-12-21 12:32:47 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-07 09:30:44 -0500 |
| commit | 2bbe1ba0c712c3eb1670952efa3351f501959eb3 (patch) | |
| tree | f48f935ae34326aac2fa59716b2ce7df899d0a04 /arch | |
| parent | 4be9947edf68650db0c68d7c212f98a7cd1dfbdd (diff) | |
udoo_neo: Fixes for booting from the mSD card
This fixes booting from the mSD card from both SPL and when
using it for the OS booting. It also cleans up a few mmc
booting bits that are no longer needed.
Signed-off-by: Peter Robinson <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/imx6sx-udoo-neo-u-boot.dtsi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/dts/imx6sx-udoo-neo-u-boot.dtsi b/arch/arm/dts/imx6sx-udoo-neo-u-boot.dtsi deleted file mode 100644 index daf2489cfd3..00000000000 --- a/arch/arm/dts/imx6sx-udoo-neo-u-boot.dtsi +++ /dev/null @@ -1,7 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ - -/ { - aliases { - mmc0 = &usdhc2; - }; -}; |
