Message ID | 20200517081945.21282-13-rayagonda.kokatanur@broadcom.com |
---|---|
State | Accepted |
Commit | 0af7459a5c0157f7e7267bfc2ebcc451464ff975 |
Headers | show |
Series | add basic driver support for broadcom NS3 soc | expand |
Hi Rayagonda, On Sun, 17 May 2020 at 02:21, Rayagonda Kokatanur <rayagonda.kokatanur at broadcom.com> wrote: > > Enable EXT4 and FAT fs support for ns3. > > Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur at broadcom.com> > --- > configs/bcm_ns3_defconfig | 5 +++++ > 1 file changed, 5 insertions(+) Reviewed-by: Simon Glass <sjg at chromium.org> 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
diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig index 0f23f30db2..66fbdb20d6 100644 --- a/configs/bcm_ns3_defconfig +++ b/configs/bcm_ns3_defconfig @@ -20,6 +20,10 @@ CONFIG_CMD_MMC=y CONFIG_CMD_MMC_SWRITE=y # CONFIG_CMD_PINMUX is not set # CONFIG_CMD_SOURCE is not set +CONFIG_CMD_EXT4=y +CONFIG_CMD_EXT4_WRITE=y +CONFIG_CMD_FAT=y +# CONFIG_DOS_PARTITION is not set CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="ns3-board" CONFIG_DM=y @@ -33,4 +37,5 @@ CONFIG_PINCTRL=y CONFIG_PINCTRL_SINGLE=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y +CONFIG_FAT_WRITE=y CONFIG_SPL_OF_LIBFDT=y
Enable EXT4 and FAT fs support for ns3. Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur at broadcom.com> --- configs/bcm_ns3_defconfig | 5 +++++ 1 file changed, 5 insertions(+)