diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2018-07-22 11:58:23 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2018-07-22 11:58:23 +0000 |
commit | 953f0408fa10a91ec2344e8cfaf4ca235827e5e0 (patch) | |
tree | e64229908d44bbeec8560c172359fd41e7ffc12f /sysutils/u-boot-rpi | |
parent | e45f3d98e855b5046b030a355f56e7e73b5e01c8 (diff) |
Notes
Diffstat (limited to 'sysutils/u-boot-rpi')
-rw-r--r-- | sysutils/u-boot-rpi/Makefile | 6 | ||||
-rw-r--r-- | sysutils/u-boot-rpi/files/rpi_fragment | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/u-boot-rpi/Makefile b/sysutils/u-boot-rpi/Makefile index 0cb005991e69..e777447714ad 100644 --- a/sysutils/u-boot-rpi/Makefile +++ b/sysutils/u-boot-rpi/Makefile @@ -9,4 +9,10 @@ FAMILY= rpi DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware +PATCHFILES+= 937869/mbox/? \ + 939129/mbox/? + +CONFIG_FRAGMENT= ${.CURDIR}/files/rpi_fragment +FRAGMENT_NAME= rpi_fragment + .include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-rpi/files/rpi_fragment b/sysutils/u-boot-rpi/files/rpi_fragment new file mode 100644 index 000000000000..56ca46fe5f31 --- /dev/null +++ b/sysutils/u-boot-rpi/files/rpi_fragment @@ -0,0 +1,3 @@ +CONFIG_OF_EMBED=n +CONFIG_OF_BOARD=y +CONFIG_API=y |