diff options
author | Heiko Schocher <hs@denx.de> | 2015-03-17 08:26:11 +0100 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-04-01 01:04:28 +0200 |
commit | 55ebd0c1ca41ddb1ccf6f7d172e867cfb8c68708 (patch) | |
tree | 777fc2952e21357b998d8b45b34f497d2cfdf666 /include | |
parent | e755d54392554b82ce140cb96bca81ac52f69f43 (diff) | |
download | u-boot-imx-55ebd0c1ca41ddb1ccf6f7d172e867cfb8c68708.zip u-boot-imx-55ebd0c1ca41ddb1ccf6f7d172e867cfb8c68708.tar.gz u-boot-imx-55ebd0c1ca41ddb1ccf6f7d172e867cfb8c68708.tar.bz2 |
arm, at91: corvus: move MACH_TYPE to defconfig
move MACH_TYPE into defconfig
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/corvus.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/corvus.h b/include/configs/corvus.h index ace511f..f5b8f9b 100644 --- a/include/configs/corvus.h +++ b/include/configs/corvus.h @@ -16,9 +16,6 @@ #include <asm/hardware.h> -#define MACH_TYPE_CORVUS 2066 - -#define CONFIG_MACH_TYPE MACH_TYPE_CORVUS #define CONFIG_SYS_GENERIC_BOARD /* * Warning: changing CONFIG_SYS_TEXT_BASE requires |