diff options
| author | Masahiro Yamada <[email protected]> | 2014-08-31 07:11:07 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-08-30 21:22:00 -0400 |
| commit | ef2b694c731f93a70aa06e84b52a27f6cc9dbc10 (patch) | |
| tree | cd288ddb369f755a4cd011c25a66b83e9cce5f02 /board/highbank | |
| parent | 22f2be7a122410862b68e4ceb901d677c1b5fee8 (diff) | |
highbank: kconfig: move common settings
Move Highbank-specific settings to highbank/Kconfig.
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Rob Herring <[email protected]>
Diffstat (limited to 'board/highbank')
| -rw-r--r-- | board/highbank/Kconfig | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/board/highbank/Kconfig b/board/highbank/Kconfig deleted file mode 100644 index 1c324908cca..00000000000 --- a/board/highbank/Kconfig +++ /dev/null @@ -1,19 +0,0 @@ -if TARGET_HIGHBANK - -config SYS_CPU - string - default "armv7" - -config SYS_BOARD - string - default "highbank" - -config SYS_SOC - string - default "highbank" - -config SYS_CONFIG_NAME - string - default "highbank" - -endif |
