u-boot/arch/arm/mach-davinci/include/mach
Fabien Parent c0fa385c9b 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>
2017-01-14 16:47:16 -05:00
..
aintc_defs.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
da8xx-usb.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
da850_lowlevel.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
davinci_misc.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
ddr2_defs.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
dm365_lowlevel.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
emac_defs.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
gpio.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
hardware.h davinci: spl: use bootcfg to select boot device 2017-01-14 16:47:16 -05:00
i2c_defs.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
pinmux_defs.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
pll_defs.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
psc_defs.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
sdmmc_defs.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
syscfg_defs.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00
timer_defs.h ARM: davinci: move SoC headers to mach-davinci/include/mach 2015-02-21 08:23:52 -05:00