X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fgr_ep2s60.h;h=4d28a970120ad7a29be9762770fbfcbf9f989abe;hb=43ade93bdb0c8bd57382be810a05b3793749ce85;hp=956c0e27bda70e02f179b5a4618ec361dc9a179d;hpb=d77fa2ff766bbb4b867e791187f78b6033071613;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/gr_ep2s60.h b/include/configs/gr_ep2s60.h index 956c0e2..4d28a97 100644 --- a/include/configs/gr_ep2s60.h +++ b/include/configs/gr_ep2s60.h @@ -15,8 +15,6 @@ #ifndef __CONFIG_H__ #define __CONFIG_H__ -#define CONFIG_DISPLAY_BOARDINFO - /* * High Level Configuration Options * (easy to change) @@ -45,9 +43,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 } /* Partitions */ -#define CONFIG_DOS_PARTITION -#define CONFIG_MAC_PARTITION -#define CONFIG_ISO_PARTITION /* * Supported commands @@ -59,15 +54,12 @@ /* USB support */ #if USE_GRUSB #define CONFIG_USB_UHCI -#define CONFIG_USB_STORAGE /* Enable needed helper functions */ -#define CONFIG_SYS_STDIO_DEREGISTER /* needs stdio_deregister */ #endif /* * Autobooting */ -#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ #define CONFIG_PREBOOT "echo;" \ "echo Type \"run flash_nfs\" to mount root filesystem over NFS;" \ @@ -308,9 +300,6 @@ /* no DDR2 Controller */ #undef CONFIG_SYS_GRLIB_GAISLER_DDR2SPA1 -/* Identification string */ -#define CONFIG_IDENT_STRING " Gaisler LEON3 EP2S60" - /* default kernel command line */ #define CONFIG_DEFAULT_KERNEL_COMMAND_LINE "console=ttyS0,38400\0\0"