diff options
Diffstat (limited to 'board/woodburn/Kconfig')
-rw-r--r-- | board/woodburn/Kconfig | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/board/woodburn/Kconfig b/board/woodburn/Kconfig deleted file mode 100644 index 4699526cfd..0000000000 --- a/board/woodburn/Kconfig +++ /dev/null @@ -1,25 +0,0 @@ -if TARGET_WOODBURN - -config SYS_BOARD - default "woodburn" - -config SYS_SOC - default "mx35" - -config SYS_CONFIG_NAME - default "woodburn" - -endif - -if TARGET_WOODBURN_SD - -config SYS_BOARD - default "woodburn" - -config SYS_SOC - default "mx35" - -config SYS_CONFIG_NAME - default "woodburn_sd" - -endif |