On Tuesday, September 6, 2016, Scott Wood <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. > > > > +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 > > >> >