diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-05-10 08:13:56 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-05-23 08:36:46 +0200 |
commit | c02d828059924d1d0ba8ce87b22fc01b43e5d838 (patch) | |
tree | edad12b0893257f20de488193804b2957c74ae85 /include | |
parent | c08f68c2995ddaaf291efb2ec87a89c50b17ec96 (diff) |
MX51: vision2: Fix build for vision2 board.
config.mk should not be used in board directory and should be removed.
Use the same approach for building the image as other MX51/MX53 boards.
After this change vision2 board can be built again.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/vision2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/vision2.h b/include/configs/vision2.h index dc3a028a485..66795b531dc 100644 --- a/include/configs/vision2.h +++ b/include/configs/vision2.h @@ -27,6 +27,7 @@ #define CONFIG_MX51 /* in a mx51 */ #define CONFIG_L2_OFF +#define CONFIG_SYS_TEXT_BASE 0x97800000 #include <asm/arch/imx-regs.h> |