diff options
Diffstat (limited to 'recipes-bsp/u-boot/files/0003-Include-lowlevel_init.o-for-rpi2.patch')
| -rw-r--r-- | recipes-bsp/u-boot/files/0003-Include-lowlevel_init.o-for-rpi2.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/files/0003-Include-lowlevel_init.o-for-rpi2.patch b/recipes-bsp/u-boot/files/0003-Include-lowlevel_init.o-for-rpi2.patch new file mode 100644 index 0000000..ce0273f --- /dev/null +++ b/recipes-bsp/u-boot/files/0003-Include-lowlevel_init.o-for-rpi2.patch | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | From 1eb01436bc57ad32519a4567a1c9ec82d52d60a1 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Paul Barker <paul@paulbarker.me.uk> | ||
| 3 | Date: Tue, 29 Nov 2016 19:47:49 +0000 | ||
| 4 | Subject: [PATCH] Include lowlevel_init.o for rpi2 | ||
| 5 | |||
| 6 | Signed-off-by: Paul Barker <paul@paulbarker.me.uk> | ||
| 7 | Upstream-status: Inappropriate | ||
| 8 | (not needed upstream as rpi_2 board directory is removed in latest | ||
| 9 | version) | ||
| 10 | --- | ||
| 11 | board/raspberrypi/rpi_2/Makefile | 1 + | ||
| 12 | 1 file changed, 1 insertion(+) | ||
| 13 | |||
| 14 | diff --git a/board/raspberrypi/rpi_2/Makefile b/board/raspberrypi/rpi_2/Makefile | ||
| 15 | index d82cd21..9f865c5 100644 | ||
| 16 | --- a/board/raspberrypi/rpi_2/Makefile | ||
| 17 | +++ b/board/raspberrypi/rpi_2/Makefile | ||
| 18 | @@ -5,3 +5,4 @@ | ||
| 19 | # | ||
| 20 | |||
| 21 | obj-y := ../rpi/rpi.o | ||
| 22 | +obj-y += ../rpi/lowlevel_init.o | ||
| 23 | -- | ||
| 24 | 2.1.4 | ||
| 25 | |||
