-
- Downloads
83xx: Fix NAND_SPL link address
Apply the same fix for 83xx as was done for 85xx in commit 96196a1f. Without this, NAND SPLs are built with the text base intended for the main image, resulting in a broken, very large u-boot-nand.bin. The block of defines for NAND boot is moved closer to where CONFIG_SYS_TEXT_BASE is defined. We can't directly use CONFIG_SYS_NAND_U_BOOT_DST in the definition of CONFIG_SYS_TEXT_BASE because autoconf.mk will include the literal text "CONFIG_SYS_NAND_U_BOOT_DST", but at least keep them close and point out that they're supposed to be the same. Signed-off-by:Scott Wood <scottwood@freescale.com>
Showing
- include/configs/MPC8313ERDB.h 19 additions, 8 deletionsinclude/configs/MPC8313ERDB.h
- include/configs/MPC8315ERDB.h 17 additions, 6 deletionsinclude/configs/MPC8315ERDB.h
- include/configs/SIMPC8313.h 13 additions, 10 deletionsinclude/configs/SIMPC8313.h
- nand_spl/board/freescale/mpc8313erdb/Makefile 2 additions, 2 deletionsnand_spl/board/freescale/mpc8313erdb/Makefile
- nand_spl/board/freescale/mpc8315erdb/Makefile 2 additions, 2 deletionsnand_spl/board/freescale/mpc8315erdb/Makefile
- nand_spl/board/sheldon/simpc8313/Makefile 2 additions, 2 deletionsnand_spl/board/sheldon/simpc8313/Makefile
Loading
Please register or sign in to comment