From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 16 Dec 2015 11:26:11 +0100 Subject: [U-Boot] [PATCH V2 1/2] nios2: Enable support for fitImage In-Reply-To: <5670F8E7.70507@wytron.com.tw> References: <1450225968-13369-1-git-send-email-marex@denx.de> <5670F8E7.70507@wytron.com.tw> Message-ID: <201512161126.11351.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, December 16, 2015 at 06:38:47 AM, Thomas Chou wrote: > Hi Marek, > > On 2015?12?16? 08:32, Marek Vasut wrote: > > The uImage format is legacy for years now, enable support for the > > fitImage format, which allows combining multiple files (kernel and > > dtb) into a single file, offers better protection of the payload > > and so on. > > > > Signed-off-by: Marek Vasut > > Cc: Thomas Chou > > --- > > > > configs/10m50_defconfig | 1 + > > configs/3c120_defconfig | 1 + > > 2 files changed, 2 insertions(+) > > > > V2: Move CONFIG_FIT into Kconfig > > > > Drop duplicate CONFIG_OF_LIBFDT definition > > > > diff --git a/configs/10m50_defconfig b/configs/10m50_defconfig > > index 0d18e8d..c179a0f 100644 > > --- a/configs/10m50_defconfig > > +++ b/configs/10m50_defconfig > > @@ -25,3 +25,4 @@ CONFIG_ALTERA_TSE=y > > > > CONFIG_SYS_NS16550=y > > CONFIG_TIMER=y > > CONFIG_ALTERA_TIMER=y > > > > +CONFIG_FIT=y > > diff --git a/configs/3c120_defconfig b/configs/3c120_defconfig > > index 8bc13f3..2fdff87 100644 > > --- a/configs/3c120_defconfig > > +++ b/configs/3c120_defconfig > > @@ -26,3 +26,4 @@ CONFIG_ALTERA_JTAG_UART=y > > > > CONFIG_ALTERA_JTAG_UART_BYPASS=y > > CONFIG_TIMER=y > > CONFIG_ALTERA_TIMER=y > > > > +CONFIG_FIT=y > > Amended with savedefconfig and applied to u-boot-nios. Thanks. Thanks! How exactly did you regenerate those defconfigs please ? Did you do just make nnn_config ; make savedefconfig ; cp defconfig configs/nnn_defconfig ? Best regards, Marek Vasut