]> git.sur5r.net Git - u-boot/blobdiff - include/configs/grsim_leon2.h
Kconfig: Move config IDENT_STRING to Kconfig
[u-boot] / include / configs / grsim_leon2.h
index ab1e11d1ae3154b02eadea8c047933b0e1cb8d3a..0f3204e6f4fc0117df70c93f2d371704a185a054 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef __CONFIG_H__
 #define __CONFIG_H__
 
-#define CONFIG_SYS_GENERIC_BOARD
 #define CONFIG_DISPLAY_BOARDINFO
 
 /*
@@ -54,7 +53,6 @@
 /*
  * Autobooting
  */
-#define CONFIG_BOOTDELAY       5       /* autoboot after 5 seconds */
 
 #define CONFIG_PREBOOT "echo;" \
        "echo Type \"run flash_nfs\" to mount root filesystem over NFS;" \
 /* default kernel command line */
 #define CONFIG_DEFAULT_KERNEL_COMMAND_LINE "console=ttyS0,38400\0\0"
 
-#define CONFIG_IDENT_STRING " Gaisler GRSIM LEON2"
-
 #endif                         /* __CONFIG_H */