commit | d8570806b4008d32f01548380b65cd81c43f666f | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Wed Oct 20 22:02:16 2010 +0200 |
committer | Marek Vasut <marek.vasut@gmail.com> | Fri Oct 22 01:38:01 2010 +0200 |
tree | 8c463659fdfd690fe1ef75c401a6b99a4a2af225 | |
parent | 0870438b7b45d9c79b25782b17f022a018687648 [diff] |
PXA: zipitz2: Add missing CONFIG_SYS_TEXT_BASE Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
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