commit | c4f5e574e7ce370de2e0e13c00c58f21a57ef85e | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Tue Jun 06 17:11:53 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 09 20:34:57 2017 -0400 |
tree | ba2c89c4743bc6603d38b2b1945e4625a775fa97 | |
parent | 42664e0eacdd2fd31b7e0315dcd287761c1f736d [diff] |
configs: omapl138_lcdk: dont disable fat write CONFIG_FAT_WRITE is imply'ed when CONFIG_CMD_FAT is selected (see CONFIG_TI_COMMON_CMD_OPTIONS). Dont disable it in defconfig so the imply takes effect and 'fatwrite' is available for users. Signed-off-by: Sekhar Nori <nsekhar@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>