[U-Boot] uboot 2009 for Freescale mpc5121

2009-06-23 Thread Stas Desyatnlkov
Hi All, I was able to compile and run the u-boot for my board from both cygwin and Linux. The only problem I had was the uboot.lds file that in the old version had the manual listing of the segments like this: *(.rodata) *(.rodata1) *(.rodata.str1.4) Now it uses a macro to sort them according t

[U-Boot] uboot under cygwin

2009-06-01 Thread Stas Desyatnlkov
Hi All, My first post here. Sorry if it was asked before and I couldn't find it. I need to build uboot for my own board based on 5121ads design from Freescale. My board is different from the reference as it has no CPLD, so I have to change a few things in the uboot code. I use Windows based Co