]> git.sur5r.net Git - u-boot/blobdiff - include/configs/veyron.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / include / configs / veyron.h
index b15cc26bebc961238adcee2e67ffa329eb0196be..0761de3ad2f084c9002f3e0a7171c98933f653f0 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2015 Google, Inc
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #ifndef __CONFIG_H
 
 #include <configs/rk3288_common.h>
 
-#define CONFIG_ENV_IS_NOWHERE
-#define CONFIG_SPL_SPI_LOAD
 #define CONFIG_SPI_FLASH_GIGADEVICE
 
-#define CONFIG_CMD_SF_TEST
-
 #define CONFIG_KEYBOARD
 
-#define CONFIG_SYS_WHITE_ON_BLACK
-
 #endif