HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45817 )
Change subject: rivers/spi/spi_flash.c: Remove unused <boot_device.h> ......................................................................
rivers/spi/spi_flash.c: Remove unused <boot_device.h>
Change-Id: I7f6a5df455dff8bfdd9940b10bdbfd73454bc881 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/drivers/spi/spi_flash.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/45817/1
diff --git a/src/drivers/spi/spi_flash.c b/src/drivers/spi/spi_flash.c index f2610a1..66804ec 100644 --- a/src/drivers/spi/spi_flash.c +++ b/src/drivers/spi/spi_flash.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */
#include <assert.h> -#include <boot_device.h> #include <boot/coreboot_tables.h> #include <console/console.h> #include <string.h>
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45817 )
Change subject: rivers/spi/spi_flash.c: Remove unused <boot_device.h> ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45817/1/src/drivers/spi/spi_flash.c File src/drivers/spi/spi_flash.c:
https://review.coreboot.org/c/coreboot/+/45817/1/src/drivers/spi/spi_flash.c... PS1, Line 91: ASAP! hmmm?
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45817
to look at the new patch set (#4).
Change subject: drivers/spi/spi_flash.c: Remove unused <boot_device.h> ......................................................................
drivers/spi/spi_flash.c: Remove unused <boot_device.h>
Change-Id: I7f6a5df455dff8bfdd9940b10bdbfd73454bc881 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/drivers/spi/spi_flash.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/45817/4
Attention is currently required from: HAOUAS Elyes. Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45817 )
Change subject: drivers/spi/spi_flash.c: Remove unused <boot_device.h> ......................................................................
Patch Set 6:
(1 comment)
File src/drivers/spi/spi_flash.c:
https://review.coreboot.org/c/coreboot/+/45817/comment/13d31d89_9150b6ca PS6, Line 4: #include <boot/coreboot_tables.h> #include <commonlib/region.h>
Attention is currently required from: HAOUAS Elyes. Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45817
to look at the new patch set (#8).
Change subject: drivers/spi/spi_flash.c: Remove unused <boot_device.h> ......................................................................
drivers/spi/spi_flash.c: Remove unused <boot_device.h>
Also add missing <commonlib/region.h>.
Change-Id: I7f6a5df455dff8bfdd9940b10bdbfd73454bc881 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/drivers/spi/spi_flash.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/45817/8
Attention is currently required from: Angel Pons. HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45817 )
Change subject: drivers/spi/spi_flash.c: Remove unused <boot_device.h> ......................................................................
Patch Set 8:
(1 comment)
File src/drivers/spi/spi_flash.c:
https://review.coreboot.org/c/coreboot/+/45817/comment/b9db3d17_da834128 PS6, Line 4: #include <boot/coreboot_tables.h>
#include <commonlib/region. […]
Ack
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/45817 )
Change subject: drivers/spi/spi_flash.c: Remove unused <boot_device.h> ......................................................................
Abandoned
see 50201