* [U-Boot] [RFC PATCH v1] mvebu: db-88f6820-amc: Enable FIT support
@ 2016-10-24 22:40 Chris Packham
2016-12-01 12:54 ` Stefan Roese
0 siblings, 1 reply; 2+ messages in thread
From: Chris Packham @ 2016-10-24 22:40 UTC (permalink / raw)
To: u-boot
Signed-off-by: Chris Packham <judge.packham@gmail.com>
---
I'm keen to see this for the 88f6820-amc at least but I did wonder if it
should be enabled for more of the mvebu boards? Marvell don't really
make use of FIT images in their SDKs but I personally find them
incredibly useful. It adds about 32KiB to the final image but I think
it's well worth it.
configs/db-88f6820-amc_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/db-88f6820-amc_defconfig b/configs/db-88f6820-amc_defconfig
index b9f0ec3e07e6..ba624494ce30 100644
--- a/configs/db-88f6820-amc_defconfig
+++ b/configs/db-88f6820-amc_defconfig
@@ -8,6 +8,8 @@ CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL_SPI_FLASH_SUPPORT=y
CONFIG_SPL_SPI_SUPPORT=y
CONFIG_DEFAULT_DEVICE_TREE="armada-385-amc"
+CONFIG_FIT=y
+CONFIG_FIT_VERBOSE=y
CONFIG_BOOTDELAY=3
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_SPL=y
--
2.10.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [RFC PATCH v1] mvebu: db-88f6820-amc: Enable FIT support
2016-10-24 22:40 [U-Boot] [RFC PATCH v1] mvebu: db-88f6820-amc: Enable FIT support Chris Packham
@ 2016-12-01 12:54 ` Stefan Roese
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Roese @ 2016-12-01 12:54 UTC (permalink / raw)
To: u-boot
On 25.10.2016 00:40, Chris Packham wrote:
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
> I'm keen to see this for the 88f6820-amc at least but I did wonder if it
> should be enabled for more of the mvebu boards? Marvell don't really
> make use of FIT images in their SDKs but I personally find them
> incredibly useful. It adds about 32KiB to the final image but I think
> it's well worth it.
>
> configs/db-88f6820-amc_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/configs/db-88f6820-amc_defconfig b/configs/db-88f6820-amc_defconfig
> index b9f0ec3e07e6..ba624494ce30 100644
> --- a/configs/db-88f6820-amc_defconfig
> +++ b/configs/db-88f6820-amc_defconfig
> @@ -8,6 +8,8 @@ CONFIG_SPL_SERIAL_SUPPORT=y
> CONFIG_SPL_SPI_FLASH_SUPPORT=y
> CONFIG_SPL_SPI_SUPPORT=y
> CONFIG_DEFAULT_DEVICE_TREE="armada-385-amc"
> +CONFIG_FIT=y
> +CONFIG_FIT_VERBOSE=y
> CONFIG_BOOTDELAY=3
> # CONFIG_DISPLAY_BOARDINFO is not set
> CONFIG_SPL=y
Applied to u-boot-marvell/master.
Thanks,
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-01 12:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24 22:40 [U-Boot] [RFC PATCH v1] mvebu: db-88f6820-amc: Enable FIT support Chris Packham
2016-12-01 12:54 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox