Re: [U-Boot] u-boot.lds question

2012-03-01 Thread Will Khan
> On Thursday 01 March 2012 17:47:52 Will Khan wrote: > > One of my issues is that when I remove it and a new one is created, > it > > is always created with the wrong path for start.o. As well, when I > > make changes to the cpu subdir one, it doesn't affect anything. In > > fact, I can del

Re: [U-Boot] u-boot.lds question

2012-03-01 Thread Mike Frysinger
On Thursday 01 March 2012 17:47:52 Will Khan wrote: > One of my issues is that when I remove it and a new one is created, it is > always created with the wrong path for start.o. As well, when I make > changes to the cpu subdir one, it doesn't affect anything. In fact, I can > delete it and a new

Re: [U-Boot] u-boot.lds question

2012-03-01 Thread Mike Frysinger
On Thursday 01 March 2012 01:06:58 Will Khan wrote: > When I look at u-boot.lds (in the main directory), it shows the incorrect > path to start.o. u-boot.lds is generated through the make all process. > When I manually fix the start.o pathname in u-boot.lds, everything builds > fine. My question