]> git.sur5r.net Git - u-boot/blobdiff - include/configs/pepper.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / include / configs / pepper.h
index 1a6981a52e57ca1466b0736f788e5e7f34219903..9ce45f27776b324cbb8c6aebe989061d2419c8d5 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2013 Gumstix, Inc. - http://www.gumstix.com/
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #ifndef __CONFIG_PEPPER_H
@@ -20,7 +19,6 @@
 
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
 
-#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
 #define CONFIG_EXTRA_ENV_SETTINGS \
        DEFAULT_LINUX_BOOT_ENV \
        "bootdir=/boot\0" \
        "fi;" \
 
 /* Serial console configuration */
-#define CONFIG_CONS_INDEX              1 /* UART0 */
 #define CONFIG_SERIAL1                 1
 #define CONFIG_SYS_NS16550_COM1                0x44e09000
 
 /* Ethernet support */
-#define CONFIG_PHY_ADDR                        0
 #define CONFIG_PHY_RESET_DELAY 1000
 
 /* SPL */
-#define CONFIG_SPL_LDSCRIPT            "arch/arm/mach-omap2/u-boot-spl.lds"
 
 #endif /* __CONFIG_PEPPER_H */