diff options
Diffstat (limited to 'include/configs/hymod.h')
-rw-r--r-- | include/configs/hymod.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/hymod.h b/include/configs/hymod.h index 6efa9d2..406f35c 100644 --- a/include/configs/hymod.h +++ b/include/configs/hymod.h @@ -37,6 +37,8 @@ #define CONFIG_HYMOD 1 /* ...on a Hymod board */ #define CONFIG_CPM2 1 /* Has a CPM2 */ +#define CONFIG_SYS_TEXT_BASE 0x40000000 + #define CONFIG_MISC_INIT_F 1 /* Use misc_init_f() */ #define CONFIG_BOARD_POSTCLK_INIT /* have board_postclk_init() function */ |