From c02d828059924d1d0ba8ce87b22fc01b43e5d838 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Tue, 10 May 2011 08:13:56 +0000 Subject: 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 --- include/configs/vision2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/vision2.h') diff --git a/include/configs/vision2.h b/include/configs/vision2.h index dc3a028a48..66795b531d 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 -- cgit v1.2.1