]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/openrisc-generic.h
ns16550: move CONFIG_SYS_NS16550 to Kconfig
[people/ms/u-boot.git] / include / configs / openrisc-generic.h
index dfe0258402eed3e955b25126d6e81dbce50b5150..c854189558631dd71909a863cf495ef5c18f566c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * (C) Copyright 2011, Stefan Kristiansson, stefan.kristianssons@saunalahti.fi
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __CONFIG_H
@@ -31,7 +31,6 @@
 /*
  * SERIAL
  */
-# define CONFIG_SYS_NS16550
 # define CONFIG_SYS_NS16550_SERIAL
 # define CONFIG_SYS_NS16550_REG_SIZE   1
 # define CONFIG_CONS_INDEX             1
@@ -55,7 +54,6 @@
 /*
  * TIMER
  */
-#define CONFIG_SYS_HZ                  1000
 #define CONFIG_SYS_OPENRISC_TMR_HZ     100
 
 /*
  * MISC
  */
 #define CONFIG_SYS_LONGHELP            /* Provide extended help */
-#define CONFIG_SYS_PROMPT              "==> "  /* Command prompt       */
 #define CONFIG_SYS_CBSIZE              256     /* Console I/O buf size */
 #define CONFIG_SYS_MAXARGS             16      /* Max command args     */
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Bootarg buf size */
 /*
  * Command line configuration.
  */
-#include <config_cmd_default.h>
-
-
 #define CONFIG_CMD_IRQ
-#define CONFIG_CMD_ELF
 #define CONFIG_CMD_BSP
 
 #define CONFIG_CMD_MII