On 09/10/2016 05:12 PM, Andy Fleming wrote: > > > On Tuesday, September 6, 2016, Scott Wood <scott.w...@nxp.com > <mailto:scott.w...@nxp.com>> wrote: > > On 09/06/2016 02:12 PM, Andy Fleming wrote: > > This sets up the proper config elements for Power and Reset to work > > properly (using the gpio pins). > > > > Signed-off-by: Andy Fleming <aflem...@gmail.com <javascript:;>> > > --- > > arch/powerpc/Makefile | 5 +++++ > > arch/powerpc/configs/cyrus_basic_defconfig | 9 +++++++++ > > 2 files changed, 14 insertions(+) > > create mode 100644 arch/powerpc/configs/cyrus_basic_defconfig > > Why does cyrus need its own defconfig? Just enable the power/reset > stuff in 85xx-hw.config. > > > > Ok.
Please send non-HTML mail with proper quote markers. It's hard to read when it looks like someone is talking to themself. > > +CONFIG_EXT3_FS=y > > This has nothing to do with power/reset, and is already present in > fsl-emb-nonhw.config. > > > Ok, weird. Are you sure? I see: > > > # CONFIG_EXT3_FS is not set > > CONFIG_EXT4_FS=y Apparently it was just removed by commit bdd910017c6a4 ("powerpc/configs: Remove old symbols from defconfigs"). Andrew Donnellan, why was ext3 support removed? -Scott