diff options
| author | Simon Schwarz <[email protected]> | 2011-09-14 15:30:54 -0400 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-09-30 22:00:54 +0200 |
| commit | 682b3a81eed478d64e74a83edb2f342d3288cb14 (patch) | |
| tree | b337b1e58b015bdcad33ae5df464f1b83999c0b4 /doc | |
| parent | 12c2f1ee3c3e26950b39b779db4b6636759778ff (diff) | |
spl: Add POWER library to new spl
Adds power library to the new spl
Signed-off-by: Simon Schwarz <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.SPL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.SPL b/doc/README.SPL index 057360e4c41..d53ef9c2c2a 100644 --- a/doc/README.SPL +++ b/doc/README.SPL @@ -60,4 +60,5 @@ CONFIG_SPL_SPI_FLASH_SUPPORT (drivers/mtd/spi/libspi_flash.o) CONFIG_SPL_SPI_SUPPORT (drivers/spi/libspi.o) CONFIG_SPL_FAT_SUPPORT (fs/fat/libfat.o) CONFIG_SPL_LIBGENERIC_SUPPORT (lib/libgeneric.o) +CONFIG_SPL_POWER_SUPPORT (drivers/power/libpower.o) CONFIG_SPL_NAND_SUPPORT (drivers/mtd/nand/libnand.o) |
