Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-25 | Convert CONFIG_ENV_IS_IN_FAT to Kconfig | Simon Glass | |
This converts the following to Kconfig: CONFIG_ENV_IS_IN_FAT Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2017-06-19 | configs: Resync defconfigs | Tom Rini | |
Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2017-06-03 | Kconfig: Migrate FS_FAT / FAT_WRITE | Tom Rini | |
Now that these symbols are in Kconfig, migrate all users. Use imply on a number of platforms that default to having this enabled. As part of this we must migrate some straglers for CMD_FAT and DOS_PARTITION. Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2017-05-09 | configs: sama5d3xek: add default config for CMP board | Wenyou Yang | |
The sama5d36ek CMP board is the variant of sama5d3xek board. It is equipped with the low-power DDR2 SDRAM, PMIC ACT8865, and some power rails. The board is mainly used to measure the power consumption. As all those changes are done in at91bootstrap, in U-Boot, only use another device tree file, no code needed to change. As there is additional power consumption when enbling the USB Host and USB device, for the power consumption measurement intention, disable the USB host and device. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> |