From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 24 May 2020 20:14:56 -0600 Subject: [PATCH v1 12/15] configs: ns3: enable EXT4 and FAT fs support In-Reply-To: <20200517081945.21282-13-rayagonda.kokatanur@broadcom.com> References: <20200517081945.21282-1-rayagonda.kokatanur@broadcom.com> <20200517081945.21282-13-rayagonda.kokatanur@broadcom.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Rayagonda, On Sun, 17 May 2020 at 02:21, Rayagonda Kokatanur wrote: > > Enable EXT4 and FAT fs support for ns3. > > Signed-off-by: Rayagonda Kokatanur > --- > configs/bcm_ns3_defconfig | 5 +++++ > 1 file changed, 5 insertions(+) Reviewed-by: Simon Glass I don't think it is worth bringing in multiple config changes in separate patches when you are adding a new board. You could have one at the end to enable all the new features. - Simon