X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Ftrats.h;h=b21ea2de5f09977192fe8555980bfa18b6968653;hb=3c5b20f1b7c6687813d193033adddf0f93a3335d;hp=7db1db6074224590ea2f7119c61b8dc3ce85143c;hpb=6af857c50df4e62ec08e51ad73c96f63f1480386;p=u-boot diff --git a/include/configs/trats.h b/include/configs/trats.h index 7db1db6074..b21ea2de5f 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -10,14 +10,12 @@ #ifndef __CONFIG_TRATS_H #define __CONFIG_TRATS_H -#include +#include #define CONFIG_SYS_PROMPT "Trats # " /* Monitor Command Prompt */ #define CONFIG_TRATS -#undef CONFIG_DEFAULT_DEVICE_TREE -#define CONFIG_DEFAULT_DEVICE_TREE exynos4210-trats #define CONFIG_TIZEN /* TIZEN lib */ @@ -41,10 +39,6 @@ #define CONFIG_SYS_TEXT_BASE 0x63300000 -#include -/* Size of malloc() pool */ -#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 * SZ_1M)) - /* select serial console configuration */ #define CONFIG_SERIAL2 #define CONFIG_BAUDRATE 115200 @@ -261,7 +255,4 @@ #define CONFIG_VIDEO_BMP_GZIP #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54) -#define LCD_XRES 720 -#define LCD_YRES 1280 - #endif /* __CONFIG_H */