board: ls1012a: FRWY-LS1012A board support
[oweals/u-boot.git] / include / configs / amcore.h
index 5f8b6c5518f72bc28d08904754d616db36a5658f..ea04f91d0c13fd3ab46078e750593ca25067b39c 100644 (file)
@@ -1,16 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Sysam AMCORE board configuration
  *
  * (C) Copyright 2016  Angelo Dureghello <angelo@sysam.it>
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #ifndef __AMCORE_CONFIG_H
 #define __AMCORE_CONFIG_H
 
-#define CONFIG_AMCORE
-#define CONFIG_HOSTNAME                        AMCORE
+#define CONFIG_HOSTNAME                        "AMCORE"
 
 #define CONFIG_MCFTMR
 #define CONFIG_MCFUART
                "cp.b 0x20000 0xfff00000 ${filesize}\0"
 
 /* undef to save memory        */
-#undef CONFIG_SYS_LONGHELP
-
-#if defined(CONFIG_CMD_KGDB)
-/* Console I/O buff. size */
-#define CONFIG_SYS_CBSIZE              1024
-#else
-#define CONFIG_SYS_CBSIZE              256
-#endif
-/* Print buffer size */
-#define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
-                                        sizeof(CONFIG_SYS_PROMPT)+16)
-/* max number of command args  */
-#define CONFIG_SYS_MAXARGS             16
-/* Boot argument buffer size   */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
-
-#define CONFIG_AUTO_COMPLETE           1 /* add autocompletion support */
+
 #define CONFIG_MX_CYCLIC               1 /* enable mdc/mwc commands    */
 
 #define CONFIG_SYS_LOAD_ADDR           0x20000 /* default load address */