From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Thu, 21 Aug 2014 14:41:41 +0200 Subject: [U-Boot] [RFC] Add EXT filesystem support to SPL Message-ID: <53F5E905.6000207@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I have prepared a patch to add EXT filesystem support to SPL, but I have some questions to make a good patch. Currently, we have : MMCSD_MODE_FAT for FAT boot. Should we add MMCSD_MODE_EXT or just rename it to MMCSD_MODE_FS (or something else) to be filesystem generic? Then, some vars are defined using FAT in their name such as: CONFIG_SYS_MMC_SD_FAT_BOOT_PARTITION or CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME. We could use them also for EXT but FAT in the name is a bit annoying. Defining new vars seems useless to me, so I propose to just remove FAT from the name. Once I get feedback on this, I will send a proper patch. Regards, Guillaume