
9 Sep
2011
9 Sep
'11
11:56 p.m.
On Fri, Sep 09, 2011 at 12:38:54PM -0300, Fabio Estevam wrote:
diff --git a/nand_spl/board/freescale/mx31pdk/Makefile b/nand_spl/board/freescale/mx31pdk/Makefile index e6ec10a..a5dc0ce 100644 --- a/nand_spl/board/freescale/mx31pdk/Makefile +++ b/nand_spl/board/freescale/mx31pdk/Makefile @@ -1,4 +1,5 @@ CONFIG_NAND_SPL = y +CONFIG_SYS_TEXT_BASE_SPL := 0x87ec0000
Any reason not to define this in the board config header?
-Scott