Simon Glass
a5d67547dd
Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig
...
This converts the following to Kconfig:
CONFIG_BOARD_EARLY_INIT_F
Signed-off-by: Simon Glass <sjg@chromium.org >
2017-01-25 17:38:32 -05:00
Jagan Teki
3788b451e3
config: Move CONFIG_BOARD_LATE_INIT to defconfigs
...
Cc: Tom Rini <trini@konsulko.com >
Signed-off-by: Jagan Teki <jagan@openedev.com >
2017-01-21 15:12:33 -05:00
Tom Rini
3337e3af5d
Enable DISTRO_DEFAULT on platforms that missed it before
...
A number of platforms had been using the distro default feature before
it was moved to Kconfig but did not enable the new Kconfig option when
it was enabled. This caused a regression in terms of features and this
introduces breakage when more things move to Kconfig.
Signed-off-by: Tom Rini <trini@konsulko.com >
2016-12-03 13:21:24 -05:00
Simon Glass
12ca05a38b
config: Drop CONFIG_CONSOLE_DEV
...
This is not really a config. Rename it to avoid confusion.
Signed-off-by: Simon Glass <sjg@chromium.org >
Reviewed-by: Tom Rini <trini@konsulko.com >
Reviewed-by: Jagan Teki <jteki@openedev.com >
2016-10-23 18:33:36 -04:00
Simon Glass
f35ed9edf3
Convert CONFIG_SPL_SPI_SUPPORT to Kconfig
...
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:27:21 -04:00
Simon Glass
e404ade42d
Convert CONFIG_SPL_SPI_FLASH_SUPPORT to Kconfig
...
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:27:20 -04:00
Simon Glass
1fdf7c64ed
Convert CONFIG_SPL_MMC_SUPPORT to Kconfig
...
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:27:13 -04:00
Simon Glass
77d2f7f507
Convert CONFIG_SPL_LIBCOMMON_SUPPORT to Kconfig
...
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:27:11 -04:00
Stefano Babic
8be4f40ecf
mx6: add support for el6x board
...
Custom Board based on MX6 Dual, 1GB RAM and eMMC.
There are two variants of the board with and without
PCIe (ZC5202 and ZC5601).
Signed-off-by: Stefano Babic <sbabic@denx.de >
2016-07-12 17:58:48 +02:00