summaryrefslogtreecommitdiff
path: root/configs/aristainetos2ccslb_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* imx: Finish migration of IMX_CONFIG to KconfigTom Rini2021-08-311-1/+0
| | | | | | | | | - Provide a default Kconfig value of the default script - Largely continue to define this via the board Kconfig file - For the boards that select a script based on defconfig rather than TARGET, keep this within the defconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
* configs: Resync with savedefconfigTom Rini2021-07-261-2/+0
| | | | | | Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
* configs: Resync with savedefconfigTom Rini2021-06-281-1/+1
| | | | | | Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
* configs: Resync with savedefconfigTom Rini2021-05-111-1/+0
| | | | | | Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
* imx: aristainetos: enable U-Boot Environment variables protectionHeiko Schocher2020-12-061-1/+9
| | | | | | | | | | | | | enable Environment protection with: CONFIG_ENV_APPEND=y CONFIG_ENV_WRITEABLE_LIST=y CONFIG_ENV_ACCESS_IGNORE_FORCE and add board specific env_get_location() function. Signed-off-by: Heiko Schocher <hs@denx.de>
* imx6: add support for aristainetos2c_cslb board variantHeiko Schocher2020-12-061-0/+118
add support for aristainetos2c_cslb board variant. Signed-off-by: Heiko Schocher <hs@denx.de>