]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix serious pointer bug with bootm and reserve map.
authorGerald Van Baren <vanbaren@cideas.com>
Fri, 20 Apr 2007 03:14:39 +0000 (23:14 -0400)
committerGerald Van Baren <vanbaren@cideas.com>
Fri, 20 Apr 2007 03:14:39 +0000 (23:14 -0400)
commit7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
tree32e427d198d369aec66173f3a015cd71a6ab1b5b
parent37837828d89084879bee2f2b8c7c68d4695940df
Fix serious pointer bug with bootm and reserve map.

What was suppose to be a stack variable was declared as a pointer,
  overwriting random memory.
Also moved the libfdt.a requirement into the main Makefile.  That is
  The U-Boot Way.
Makefile
board/mpc8360emds/config.mk
common/fdt_support.c