diff options
Diffstat (limited to 'include/configs/controlcenterd.h')
-rw-r--r-- | include/configs/controlcenterd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/controlcenterd.h b/include/configs/controlcenterd.h index 5bd66d8..1bd3195 100644 --- a/include/configs/controlcenterd.h +++ b/include/configs/controlcenterd.h @@ -384,9 +384,6 @@ */ #ifdef CONFIG_TRAILBLAZER - -#define CONFIG_BAUDRATE 115200 - #define CONFIG_EXTRA_ENV_SETTINGS \ "mp_holdoff=1\0" @@ -399,9 +396,6 @@ #define CONFIG_LOADADDR 1000000 - -#define CONFIG_BAUDRATE 115200 - #define CONFIG_EXTRA_ENV_SETTINGS \ "netdev=eth0\0" \ "uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \ |