aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/ti/am335x/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/ti/am335x/Kconfig')
-rw-r--r--src/cpu/ti/am335x/Kconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/cpu/ti/am335x/Kconfig b/src/cpu/ti/am335x/Kconfig
deleted file mode 100644
index 3684480929..0000000000
--- a/src/cpu/ti/am335x/Kconfig
+++ /dev/null
@@ -1,18 +0,0 @@
-config CPU_TI_AM335X
- select ARCH_BOOTBLOCK_ARMV7
- select ARCH_VERSTAGE_ARMV7
- select ARCH_ROMSTAGE_ARMV7
- select ARCH_RAMSTAGE_ARMV7
- select HAVE_UART_SPECIAL
- select UART_OVERRIDE_REFCLK
- select BOOT_DEVICE_NOT_SPI_FLASH
- bool
- default n
-
-if CPU_TI_AM335X
-
-config MEMLAYOUT_LD_FILE
- string
- default "src/cpu/ti/am335x/memlayout.ld"
-
-endif