diff options
Diffstat (limited to 'board/ti/beagle/Kconfig')
-rw-r--r-- | board/ti/beagle/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/ti/beagle/Kconfig b/board/ti/beagle/Kconfig index 15dccdf854..10c81c2bee 100644 --- a/board/ti/beagle/Kconfig +++ b/board/ti/beagle/Kconfig @@ -1,9 +1,5 @@ if TARGET_OMAP3_BEAGLE -config SYS_CPU - string - default "armv7" - config SYS_BOARD string default "beagle" @@ -12,10 +8,6 @@ config SYS_VENDOR string default "ti" -config SYS_SOC - string - default "omap3" - config SYS_CONFIG_NAME string default "omap3_beagle" |