diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2011-12-02 03:47:40 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-12-09 17:30:10 +0100 |
commit | c944a3ef8224a2d5936b31ebd72a6ebd842409d1 (patch) | |
tree | cb1c87948ae461cdded93c479983e9c472937637 /include | |
parent | 74cf05fc53fc620c9d08eb14ad959c2a065f90c7 (diff) | |
download | u-boot-imx-c944a3ef8224a2d5936b31ebd72a6ebd842409d1.zip u-boot-imx-c944a3ef8224a2d5936b31ebd72a6ebd842409d1.tar.gz u-boot-imx-c944a3ef8224a2d5936b31ebd72a6ebd842409d1.tar.bz2 |
i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28
This moves SPL to common location so it can be reused by multiple boards. Also,
this commit adjusts M28 SoM to avoid breakage due to the move.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/m28evk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index d4bd207..cdf7636 100644 --- a/include/configs/m28evk.h +++ b/include/configs/m28evk.h @@ -48,8 +48,8 @@ */ #define CONFIG_SPL #define CONFIG_SPL_NO_CPU_SUPPORT_CODE -#define CONFIG_SPL_START_S_PATH "board/denx/m28evk" -#define CONFIG_SPL_LDSCRIPT "board/denx/m28evk/u-boot-spl.lds" +#define CONFIG_SPL_START_S_PATH "arch/arm/cpu/arm926ejs/mx28" +#define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/arm926ejs/mx28/u-boot-spl.lds" /* * U-Boot Commands |