X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fzmx25.h;h=072945ad4abab6bccb39587e1bbcfd5037b0aa08;hb=3d6ba91e793808d1612152e9f9b8c51b3ca6c926;hp=599d5bb42aacc9f3a9b24106b958f27a763c6acc;hpb=40f6fffee5917930597bfcc07de1cd879d4994f6;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index 599d5bb..072945a 100644 --- a/include/configs/zmx25.h +++ b/include/configs/zmx25.h @@ -69,7 +69,6 @@ #define CONFIG_MXC_UART_BASE UART2_BASE #define CONFIG_CONS_INDEX 1 /* use UART2 for console */ #define CONFIG_BAUDRATE 115200 /* Default baud rate */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* * Ethernet @@ -93,8 +92,6 @@ #define CONFIG_CMD_NET #define CONFIG_CMD_CACHE -#define CONFIG_SYS_64BIT_VSPRINTF - /* * Additional command */ @@ -105,7 +102,6 @@ #define CONFIG_CMD_USB #define CONFIG_SYS_HUSH_PARSER -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " /* * USB @@ -175,6 +171,5 @@ * Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (0x400000 - 0x8000) -#define CONFIG_STACKSIZE (32*1024) /* regular stack */ #endif /* __CONFIG_H */