X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx6memcal.h;h=42d5e248ba16f6aa2d0a4c8b5df680838543c674;hb=92832045c54586e9dffa082ff8cd8c2ef6040757;hp=b774b167f648da7d78835ba62deb4a93e95dde3c;hpb=a4c67b0eb352748293b3580f8fc148b715190447;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/mx6memcal.h b/include/configs/mx6memcal.h index b774b16..42d5e24 100644 --- a/include/configs/mx6memcal.h +++ b/include/configs/mx6memcal.h @@ -13,9 +13,6 @@ #include "mx6_common.h" #include "imx6_spl.h" -#define CONFIG_SYS_MALLOC_LEN (64 * 1024 * 1024) - -#define CONFIG_MXC_UART #ifdef CONFIG_SERIAL_CONSOLE_UART1 #if defined(CONFIG_MX6SL) #define CONFIG_MXC_UART_BASE UART1_IPS_BASE_ADDR @@ -27,7 +24,6 @@ #else #error please define serial console (CONFIG_SERIAL_CONSOLE_UARTx) #endif -#define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + 16)