Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-01 | block: ide: Fix build error when CONFIG_BLK is on | Bin Meng | |
Add missing #ifndef CONFIG_BLK to wrap dev_desc->block_read. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2017-06-12 | powerpc, 8xx: remove support for 8xx | Heiko Schocher | |
There was for long time no activity in the 8xx area. We need to go further and convert to Kconfig, but it turned out, nobody is interested anymore in 8xx, so remove it (with a heavy heart, knowing that I remove here the root of U-Boot). Signed-off-by: Heiko Schocher <hs@denx.de> | |||
2017-05-22 | Kconfig: Add a CONFIG_IDE option | Simon Glass | |
At present IDE support is controlled by CONFIG_CMD_IDE. Add a separate CONFIG_IDE option so that IDE support can be enabled without requiring the 'ide' command. Update existing users and move the ide driver into drivers/block since it should not be in common/. Signed-off-by: Simon Glass <sjg@chromium.org> |