diff options
author | Pierre Langlois <pierre.langlois@gmx.com> | 2021-11-05 20:38:45 +0000 |
---|---|---|
committer | Pierre Langlois <pierre.langlois@gmx.com> | 2021-11-27 15:03:33 +0000 |
commit | bf1e46e959884df4bb204807efd21bbf44c5f87e (patch) | |
tree | 74ebb94da6596719cedb9c543a39e6c38dde651c /gnu/local.mk | |
parent | 96a6084cd8427bd485cea7e3fd0285338faa84ee (diff) |
gnu: u-boot: Fix rk3399 boot from emmc.
* gnu/packages/bootloaders.scm (%u-boot-rk3399-enable-emmc-phy-patch): New
variable.
(u-boot)[origin]: Register it.
* gnu/packages/patches/u-boot-rk3399-enable-emmc-phy.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index b9fff951b2..efe153faf2 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1826,6 +1826,7 @@ dist_patch_DATA = \ %D%/packages/patches/u-boot-rockchip-inno-usb.patch \ %D%/packages/patches/u-boot-sifive-prevent-reloc-initrd-fdt.patch \ %D%/packages/patches/u-boot-riscv64-fix-extlinux.patch \ + %D%/packages/patches/u-boot-rk3399-enable-emmc-phy.patch \ %D%/packages/patches/ucx-tcp-iface-ioctl.patch \ %D%/packages/patches/ungoogled-chromium-extension-search-path.patch \ %D%/packages/patches/ungoogled-chromium-ffmpeg-compat.patch \ |