diff options
Diffstat (limited to 'include/configs/sbc8548.h')
-rw-r--r-- | include/configs/sbc8548.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index 041e69e1f7..01e77330f4 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sbc8548.h @@ -43,14 +43,6 @@ */ #undef CONFIG_SYS_ALT_BOOT -#ifndef CONFIG_SYS_TEXT_BASE -#ifdef CONFIG_SYS_ALT_BOOT -#define CONFIG_SYS_TEXT_BASE 0xfff00000 -#else -#define CONFIG_SYS_TEXT_BASE 0xfffa0000 -#endif -#endif - #undef CONFIG_RIO #ifdef CONFIG_PCI |