On Jan 23, 2013, at 2:13 PM, Paul Gortmaker wrote: > Updates to u-boot allow this board to boot off of either > the 8MB soldered on flash, or the 64MB SODIMM flash. > > This is achieved by changing JP12 and SW2.8 which in turn > swaps which flash device appears on /CS0 and /CS6 respectively. > > Since the flash devices are not the same size, this also > changes the MTD memory map layout on the local bus. > > Here we split the common chunks out into a pre and post > include, so they can be reused by an upcoming "alternative > boot" dts file; leaving only the local bus chunk behind. > > No content changes are made at this point - it is just purely > the move to using include files. > > Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com> > --- > arch/powerpc/boot/dts/sbc8548-post.dtsi | 295 +++++++++++++++++++++++++++++ > arch/powerpc/boot/dts/sbc8548-pre.dtsi | 52 ++++++ > arch/powerpc/boot/dts/sbc8548.dts | 322 +------------------------------- > 3 files changed, 351 insertions(+), 318 deletions(-) > create mode 100644 arch/powerpc/boot/dts/sbc8548-post.dtsi > create mode 100644 arch/powerpc/boot/dts/sbc8548-pre.dtsi
applied 1-4 to next - k _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev