commit | 39f0819125834774e431a55d61f5d78ce7691819 | [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 | 4ac0a32e2448f52ce02a57e23836b3b34b2db378 [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>