uboot: rebase patches on top of Icenowy's

This commit is contained in:
Daniel Fullmer 2020-10-27 18:52:19 -07:00
parent f42b40e6c5
commit c3f86b775f
2 changed files with 1237 additions and 340 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,14 @@ pkgs.buildUBoot {
patches = [ ./Pine64-PineCube-uboot-support.patch ];
defconfig = "pinecube_defconfig";
# Putting this here because it's more a design choice and not generic support
# for hardware.
extraConfig = ''
CONFIG_CMD_BOOTMENU=y
'';
extraMeta.platforms = ["armv7l-linux"];
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
}