From: Andreas Bießmann Date: Mon, 18 Apr 2011 04:12:45 +0000 (+0000) Subject: favr-32-ezkit: move CONFIG_SYS_TEXT_BASE to header X-Git-Tag: v2011.06-rc1~24^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8e218a999753926f56962416c8653971171fe943;p=karo-tx-uboot.git favr-32-ezkit: move CONFIG_SYS_TEXT_BASE to header Signed-off-by: Andreas Bießmann --- diff --git a/board/earthlcd/favr-32-ezkit/config.mk b/board/earthlcd/favr-32-ezkit/config.mk deleted file mode 100644 index 34b709a79b..0000000000 --- a/board/earthlcd/favr-32-ezkit/config.mk +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SYS_TEXT_BASE = 0x00000000 diff --git a/include/configs/favr-32-ezkit.h b/include/configs/favr-32-ezkit.h index f364dadcca..4c30b39bdf 100644 --- a/include/configs/favr-32-ezkit.h +++ b/include/configs/favr-32-ezkit.h @@ -170,6 +170,7 @@ #define CONFIG_SYS_MAX_FLASH_SECT 135 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE +#define CONFIG_SYS_TEXT_BASE 0x00000000 #define CONFIG_SYS_INTRAM_BASE INTERNAL_SRAM_BASE #define CONFIG_SYS_INTRAM_SIZE INTERNAL_SRAM_SIZE