diff options
Diffstat (limited to 'sys-boot/u-boot/u-boot-2022.01.ebuild')
| -rw-r--r-- | sys-boot/u-boot/u-boot-2022.01.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/u-boot/u-boot-2022.01.ebuild b/sys-boot/u-boot/u-boot-2022.01.ebuild index c07af7f..c95e6cf 100644 --- a/sys-boot/u-boot/u-boot-2022.01.ebuild +++ b/sys-boot/u-boot/u-boot-2022.01.ebuild @@ -24,8 +24,8 @@ BDEPEND="" S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}/0001-Add-regulator-needed-for-usage-of-USB.patch" - "${FILESDIR}/0002-Correct-boot-order-to-be-USB-SD-eMMC.patch" - "${FILESDIR}/0003-Enable-the-power-LED-during-early-startup.patch" + "${FILESDIR}/0002-Enable-the-power-LED-during-early-startup.patch" + "${FILESDIR}/0003-Correct-boot-order-to-be-USB-SD-eMMC.patch" ) src_configure() { |