On Mon, Mar 23, 2009 at 3:10 PM, Jon Smirl <[email protected]> wrote: > > On Sat, Mar 21, 2009 at 4:32 PM, Wolfgang Denk <[email protected]> wrote: > >> diff --git a/board/phycore_mpc5200b_tiny/u-boot.lds > >> b/board/phycore_mpc5200b_tiny/u-boot.lds > >> new file mode 100644 > >> index 0000000..7bd6d4d > > > > Do you really need a private linker scripts? Most other 5200 boards > > use a common script, and I don;t see a specific reason why you would > > need to do different. > > How do I make it use the common one?
I figured it out. LDSCRIPT := $(SRCTREE)/cpu/mpc5xxx/u-boot.lds Only one of the mpc5200 implementation is doing this. > > -- > Jon Smirl > [email protected] -- Jon Smirl [email protected] _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

