summaryrefslogtreecommitdiffstats
path: root/configs/da850evm_nand_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* configs: Migrate and re-enabled CONFIG_CMD_MTDPARTSTom Rini2018-11-141-1/+0
| | | | | | | | | Now that CMD_UBI does not select CMD_MTDPARTS we need to make platforms that had been enabling it turn it on by hand. This exposed that we had not yet migrated CMD_MTDPARTS fully, so do so now. Fixes: 86dfa556d927 ("cmd: ubi: Remove useless call to mtdparts_init()") Signed-off-by: Tom Rini <trini@konsulko.com>
* configs: Resync with savedefconfigTom Rini2018-11-131-4/+4
| | | | | | Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-10-121-0/+3
| | | | | [trini: Convert da850evm_nand defconfig now to to SPL_DM] Signed-off-by: Tom Rini <trini@konsulko.com>
* ARM: da850evm: Pinctrl for da850evmAdam Ford2018-09-291-0/+2
| | | | | | | The simple pin controller works for da850, so this patch enables this to pin-mux the pins defined in the device tree for the da850evm. Signed-off-by: Adam Ford <aford173@gmail.com>
* ARM: da850evm: Enable CMD_DM for da850evmAdam Ford2018-09-291-0/+1
| | | | | | | With DM enabled, this patch enables the 'dm' command to access the dm tree, uclass and devres. Signed-off-by: Adam Ford <aford173@gmail.com>
* ARM: configs: Add da850evm_nand to boot from NANDAdam Ford2018-09-111-0/+60
The DA850-EVM supports booting from NAND when used with the UI expander board. da850evm_nand will create an ais file that can be burned to NAND and booted while storing the env in NAND along with some partitions tables for storing kernel, dtb and rootfs in NAND. Signed-off-by: Adam Ford <aford173@gmail.com>