diff options
author | Fabien Parent <fparent@baylibre.com> | 2017-01-09 11:06:36 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-14 16:47:16 -0500 |
commit | c0fa385c9b0d924c66e55467e867f37adc2c6630 (patch) | |
tree | b6bdce26a521ae528367101be74b516b67c35c95 /drivers/mtd/dataflash.c | |
parent | 208db781cad4c24f538658a9cb17e24fa43ca3c9 (diff) | |
download | u-boot-imx-c0fa385c9b0d924c66e55467e867f37adc2c6630.zip u-boot-imx-c0fa385c9b0d924c66e55467e867f37adc2c6630.tar.gz u-boot-imx-c0fa385c9b0d924c66e55467e867f37adc2c6630.tar.bz2 |
davinci: spl: use bootcfg to select boot device
Right now the SPL is trying to load u-boot based on defines, i.e. one
has to define CONFIG_SPL_NAND_SIMPLE to boot from NAND,
or CONFIG_SPL_SPI_LOAD to boot from SPI FLASH, etc...
This prevent us from having a single SPL image that is able to boot from
all media, and one need to build an image for each medium. This
commit is replacing the #ifdef that select the boot medium by reading
the value of the boot pins (via the BOOTCFG register).
Now a single SPL image will be able to read from the boot pin to know
which device should be used to load u-boot.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/mtd/dataflash.c')
0 files changed, 0 insertions, 0 deletions