README (66669fcf809c1e3ff644b12e04e625d3737ffd8e) | README (6f4e7d3c75a81decc20de0218729e9770448ffc0) |
---|---|
1# 2# (C) Copyright 2000 - 2013 3# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4# 5# SPDX-License-Identifier: GPL-2.0+ 6# 7 8Summary: --- 3569 unchanged lines hidden (view full) --- 3578 3579 CONFIG_SPL_NAND_ECC 3580 Include standard software ECC in the SPL 3581 3582 CONFIG_SPL_NAND_SIMPLE 3583 Support for NAND boot using simple NAND drivers that 3584 expose the cmd_ctrl() interface. 3585 | 1# 2# (C) Copyright 2000 - 2013 3# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4# 5# SPDX-License-Identifier: GPL-2.0+ 6# 7 8Summary: --- 3569 unchanged lines hidden (view full) --- 3578 3579 CONFIG_SPL_NAND_ECC 3580 Include standard software ECC in the SPL 3581 3582 CONFIG_SPL_NAND_SIMPLE 3583 Support for NAND boot using simple NAND drivers that 3584 expose the cmd_ctrl() interface. 3585 |
3586 CONFIG_SPL_UBI 3587 Support for a lightweight UBI (fastmap) scanner and 3588 loader 3589 |
|
3586 CONFIG_SPL_MTD_SUPPORT 3587 Support for the MTD subsystem within SPL. Useful for 3588 environment on NAND support within SPL. 3589 3590 CONFIG_SPL_NAND_RAW_ONLY 3591 Support to boot only raw u-boot.bin images. Use this only 3592 if you need to save space. 3593 --- 2986 unchanged lines hidden --- | 3590 CONFIG_SPL_MTD_SUPPORT 3591 Support for the MTD subsystem within SPL. Useful for 3592 environment on NAND support within SPL. 3593 3594 CONFIG_SPL_NAND_RAW_ONLY 3595 Support to boot only raw u-boot.bin images. Use this only 3596 if you need to save space. 3597 --- 2986 unchanged lines hidden --- |