diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2010-12-23 14:58:37 -0500 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2011-04-08 00:44:26 -0400 |
| commit | fbcf8e8c753d1afa8a22b9e8d66bafe8b4a05f18 (patch) | |
| tree | 0dfb7c2d54fa43795a7766117e7203488f0f4f9d /include/configs/bf561-acvilon.h | |
| parent | ec4c6933ff754d8dcc0dc3f2fce19a81babe2fd3 (diff) | |
| download | olio-uboot-2014.01-fbcf8e8c753d1afa8a22b9e8d66bafe8b4a05f18.tar.xz olio-uboot-2014.01-fbcf8e8c753d1afa8a22b9e8d66bafe8b4a05f18.zip | |
Blackfin: move CONFIG_BFIN_CPU back to board config.h
This is a revert of 821ad16fa9900c as Wolfgang doesn't like the new code.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf561-acvilon.h')
| -rw-r--r-- | include/configs/bf561-acvilon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/bf561-acvilon.h b/include/configs/bf561-acvilon.h index 2b12c3fbe..1490b2f98 100644 --- a/include/configs/bf561-acvilon.h +++ b/include/configs/bf561-acvilon.h @@ -12,7 +12,8 @@ /* * Processor Settings */ -#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS +#define CONFIG_BFIN_CPU bf561-0.5 +#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS /* |