[U-Boot] LDFLAGs patch breaks NAND boot

I haven't debugged this beyond the fact that the following patch:
commit 8aba9dceebb14144e07d19593111ee3a999c37fc Author: Nobuhiro Iwamatsu iwamatsu@nigauri.org Date: Thu Jan 6 10:23:54 2011 +0900
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
...
Breaks NAND boot on 85xx platforms. I'm guessing there might have been some discussion on this subject already, and I'm just late to the game. However it seems like its something we need to figure out before v2011.03 is released.
- k

On Sun, Mar 6, 2011 at 10:14 PM, Kumar Gala wrote:
I haven't debugged this beyond the fact that the following patch:
commit 8aba9dceebb14144e07d19593111ee3a999c37fc Author: Nobuhiro Iwamatsu iwamatsu@nigauri.org Date: Thu Jan 6 10:23:54 2011 +0900
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
...
Breaks NAND boot on 85xx platforms. I'm guessing there might have been some discussion on this subject already, and I'm just late to the game. However it seems like its something we need to figure out before v2011.03 is released.
the LDFLAGS final patch should already be merged into master. if not, look at the patch in that thread. -mike

On Mar 6, 2011, at 9:32 PM, Mike Frysinger wrote:
On Sun, Mar 6, 2011 at 10:14 PM, Kumar Gala wrote:
I haven't debugged this beyond the fact that the following patch:
commit 8aba9dceebb14144e07d19593111ee3a999c37fc Author: Nobuhiro Iwamatsu iwamatsu@nigauri.org Date: Thu Jan 6 10:23:54 2011 +0900
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
...
Breaks NAND boot on 85xx platforms. I'm guessing there might have been some discussion on this subject already, and I'm just late to the game. However it seems like its something we need to figure out before v2011.03 is released.
the LDFLAGS final patch should already be merged into master. if not, look at the patch in that thread.
Which patch? All I know is that current HEAD does NOT boot on MPC8572DS_NAND and the above commit is why.
- k

On Sun, Mar 6, 2011 at 11:20 PM, Kumar Gala wrote:
On Mar 6, 2011, at 9:32 PM, Mike Frysinger wrote:
On Sun, Mar 6, 2011 at 10:14 PM, Kumar Gala wrote:
I haven't debugged this beyond the fact that the following patch:
commit 8aba9dceebb14144e07d19593111ee3a999c37fc Author: Nobuhiro Iwamatsu iwamatsu@nigauri.org Date: Thu Jan 6 10:23:54 2011 +0900
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
...
Breaks NAND boot on 85xx platforms. I'm guessing there might have been some discussion on this subject already, and I'm just late to the game. However it seems like its something we need to figure out before v2011.03 is released.
the LDFLAGS final patch should already be merged into master. if not, look at the patch in that thread.
Which patch?
look at the recent threads for "LDFLAGS" and "final" -mike

On Mar 6, 2011, at 10:35 PM, Mike Frysinger wrote:
On Sun, Mar 6, 2011 at 11:20 PM, Kumar Gala wrote:
On Mar 6, 2011, at 9:32 PM, Mike Frysinger wrote:
On Sun, Mar 6, 2011 at 10:14 PM, Kumar Gala wrote:
I haven't debugged this beyond the fact that the following patch:
commit 8aba9dceebb14144e07d19593111ee3a999c37fc Author: Nobuhiro Iwamatsu iwamatsu@nigauri.org Date: Thu Jan 6 10:23:54 2011 +0900
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
...
Breaks NAND boot on 85xx platforms. I'm guessing there might have been some discussion on this subject already, and I'm just late to the game. However it seems like its something we need to figure out before v2011.03 is released.
the LDFLAGS final patch should already be merged into master. if not, look at the patch in that thread.
Which patch?
look at the recent threads for "LDFLAGS" and "final" -mike
Gotcha, thanks. Haiying's patch does fix this issue.
- k
participants (2)
-
Kumar Gala
-
Mike Frysinger