From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Fri, 17 Jun 2016 14:33:52 +0800 Subject: [U-Boot] [PATCH] common: add new boot media kconfig entry In-Reply-To: References: <1465971344-22119-1-git-send-email-peng.fan@nxp.com> Message-ID: <20160617063349.GA309@linux-7smt.suse> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Joe, On Wed, Jun 15, 2016 at 10:11:39AM -0500, Joe Hershberger wrote: >Hi Peng, > >On Wed, Jun 15, 2016 at 1:15 AM, Peng Fan wrote: >> Add CONFIG_{SD|NOR|NAND|ONENAND|SPI|QSPI|SATA}_BOOT kconfig entries. >> >> SoCs supports loading U-Boot from different medias to DRAM, such as >> i.MX6/7 supports loading U-Boot to DRAM from sd/emmc/nand/qspi/spi/sata >> and etc. For i.MX, imximage will generate different IVT headers according >> to boot medias. >> >> Signed-off-by: Peng Fan >> Cc: Simon Glass >> Cc: Heiko Schocher >> Cc: Joe Hershberger >> Cc: Bin Meng >> Cc: Christophe Ricard >> Cc: Nikita Kiryanov >> Cc: Francois Retief >> Cc: Tom Rini > >Seems you need to run tools/moveconfig.py Thanks. I'll do this and refine my patch. Thanks, Peng. > >Cheers, >-Joe