From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Wed, 16 Dec 2015 21:15:35 +0800 Subject: [U-Boot] [PATCH V2 1/2] nios2: Enable support for fitImage In-Reply-To: <201512161126.11351.marex@denx.de> References: <1450225968-13369-1-git-send-email-marex@denx.de> <5670F8E7.70507@wytron.com.tw> <201512161126.11351.marex@denx.de> Message-ID: <567163F7.3090208@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On 2015?12?16? 18:26, Marek Vasut wrote: >>> +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 > ? Yes, make nnn_config ; make savedefconfig ; cp defconfig configs/nnn_defconfig . Best regards, Thomas