]> git.ipfire.org Git - people/ms/u-boot.git/commit
common: add new boot media kconfig entry
authorPeng Fan <van.freenix@gmail.com>
Fri, 17 Jun 2016 09:39:51 +0000 (17:39 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 28 Jun 2016 02:35:25 +0000 (22:35 -0400)
commitfaaef73f7eedaaeed12ffbc95dd7b4b7411a3af5
tree2b4503f4c95289ee3244a81bf69636e819ab42f3
parentd14739ffe16092323f838b8d3f61796afe083810
common: add new boot media kconfig entry

Add CONFIG_{SD|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 <peng.fan@nxp.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Heiko Schocher <hs@denx.de>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Bin Meng <bmeng.cn@gmail.com>
Cc: Christophe Ricard <christophe-h.ricard@st.com>
Cc: Nikita Kiryanov <nikita@compulab.co.il>
Cc: Francois Retief <fgretief@spaceteq.co.za>
Cc: Tom Rini <trini@konsulko.com>
common/Kconfig