]> git.sur5r.net Git - u-boot/blobdiff - include/configs/sniper.h
efi_loader: avoid initializer element is not constant
[u-boot] / include / configs / sniper.h
index 3c1616646e9074a6aea58bf2271fd9c8d58dcf63..7a665f64e19d9abcb78fc66b54f83e97a5f51d9c 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * LG Optimus Black codename sniper config
  *
  * Copyright (C) 2015 Paul Kocialkowski <contact@paulk.fr>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __CONFIG_H
 #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION             1
 #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME                        "u-boot.img"
 
-#define CONFIG_AUTO_COMPLETE
-
-#define CONFIG_SYS_LONGHELP
-
 #define CONFIG_SYS_CBSIZE      512
 
 /*
@@ -99,7 +94,6 @@
 
 #define CONFIG_SYS_NS16550_CLK         V_NS16550_CLK
 #define CONFIG_SYS_NS16550_COM3                OMAP34XX_UART3
-#define CONFIG_CONS_INDEX              3
 
 #define CONFIG_SYS_BAUDRATE_TABLE      { 4800, 9600, 19200, 38400, 57600, \
                                          115200 }
  */
 
 #include <config_defaults.h>
-#include <config_distro_defaults.h>
 
 #endif