From: Marek Vasut Date: Wed, 20 Oct 2010 20:02:16 +0000 (+0200) Subject: PXA: zipitz2: Add missing CONFIG_SYS_TEXT_BASE X-Git-Tag: v2010.12-rc1~33^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9b3d167fde83375322b4b3075b9932be4772537b;p=u-boot PXA: zipitz2: Add missing CONFIG_SYS_TEXT_BASE Signed-off-by: Marek Vasut --- diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index ce65d1f1c6..48537e3ccb 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