]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/include/asm/test.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / sandbox / include / asm / test.h
index 224b0ebaf9551e8a35d089a4d2a9eb74634b9762..08863bf3a9dff3c08e5ac385dee6ef050adad5fa 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Test-related constants for sandbox
  *
  * Copyright (c) 2014 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __ASM_TEST_H
 
 #define SANDBOX_CLK_RATE               32768
 
-enum {
-       PERIPH_ID_FIRST = 0,
-       PERIPH_ID_SPI = PERIPH_ID_FIRST,
-       PERIPH_ID_I2C,
-       PERIPH_ID_PCI,
-
-       PERIPH_ID_COUNT,
-};
-
 /* System controller driver data */
 enum {
        SYSCON0         = 32,