[U-Boot] [PATCH 17/20] PXA: zipitz2: Add missing	CONFIG_SYS_TEXT_BASE
    Marek Vasut 
    marek.vasut at gmail.com
       
    Wed Oct 20 22:16:27 CEST 2010
    
    
  
Signed-off-by: Marek Vasut <marek.vasut at gmail.com>
---
 include/configs/zipitz2.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h
index ce65d1f..48537e3 100644
--- a/include/configs/zipitz2.h
+++ b/include/configs/zipitz2.h
@@ -27,6 +27,7 @@
  */
 #define	CONFIG_PXA27X		1	/* Marvell PXA270 CPU */
 #define	CONFIG_ZIPITZ2		1	/* Zipit Z2 board */
+#define	CONFIG_SYS_TEXT_BASE	0x0
 
 #undef	BOARD_LATE_INIT
 #undef	CONFIG_SKIP_RELOCATE_UBOOT
-- 
1.7.1
    
    
More information about the U-Boot
mailing list