mbox series

[0/7] fs: fat: convert to kconfig + switch some TI platforms

Message ID 20170602122405.18983-1-nsekhar@ti.com
Headers show
Series fs: fat: convert to kconfig + switch some TI platforms | expand

Message

Sekhar Nori June 2, 2017, 12:23 p.m. UTC
Hi,

Here is an attempt to convert FAT filesystem configuraition to
kconfig. And switch of some TI platforms to use the newly introduced
support.

Tested on OMAP-L138 LCDK board. Build tested using:
$ tools/buildman/buildman am33 am43 omap davinci keystone

Sekhar Nori (7):
  fs: fat: add kbuild configuration support
  configs: k2*_evm: let each board decide env location
  configs: k2g_evm: make sure config fallbacks take effect
  config_fallbacks: add additional fallbacks for fat filesystem
  configs: am335x: siemens: migrate to enabling FAT FS using kconfig
  board: ti: enable support for writing to fat partition
  configs: omapl138_lcdk: enable fat filesystem support

 board/ti/common/Kconfig                |  1 +
 configs/draco_defconfig                |  1 +
 configs/etamin_defconfig               |  1 +
 configs/omapl138_lcdk_defconfig        |  1 +
 configs/rastaban_defconfig             |  1 +
 configs/thuban_defconfig               |  1 +
 fs/fat/Kconfig                         | 24 ++++++++++++++++++++++++
 include/config_fallbacks.h             |  9 ++++++++-
 include/configs/am43xx_evm.h           |  1 -
 include/configs/k2e_evm.h              |  4 ++++
 include/configs/k2g_evm.h              |  7 ++++---
 include/configs/k2hk_evm.h             |  4 ++++
 include/configs/k2l_evm.h              |  4 ++++
 include/configs/siemens-am33x-common.h |  1 -
 include/configs/ti_armv7_common.h      |  8 --------
 include/configs/ti_armv7_keystone2.h   |  3 ---
 16 files changed, 54 insertions(+), 17 deletions(-)

Comments

Tom Rini June 4, 2017, 5:11 p.m. UTC | #1
On Sat, Jun 03, 2017 at 06:00:04PM -0400, Tom Rini wrote:

> Now that these symbols are in Kconfig, migrate all users.  Use imply on

> a number of platforms that default to having this enabled.  As part of

> this we must migrate some straglers for CMD_FAT and DOS_PARTITION.

> 

> Signed-off-by: Tom Rini <trini@konsulko.com>


Applied to u-boot/master, thanks!

-- 
Tom