uboot: rebase patches on top of Icenowy's
This commit is contained in:
parent
f42b40e6c5
commit
c3f86b775f
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,14 @@ pkgs.buildUBoot {
|
|||||||
patches = [ ./Pine64-PineCube-uboot-support.patch ];
|
patches = [ ./Pine64-PineCube-uboot-support.patch ];
|
||||||
|
|
||||||
defconfig = "pinecube_defconfig";
|
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"];
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user