diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-25 20:42:36 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 14:04:24 -0500 |
commit | 92a1babf75e90b45026ef0b0e83a6be0343fb70a (patch) | |
tree | f15cead6304a7359ca9c02072ce4b81383afa6ab /include/configs/dalmore.h | |
parent | 94ba26f2bcc02013e8b7561d070d6d2eb4f091be (diff) |
arm: Clean up MACH_TYPE_xxx usage after re-sync of mach-types
With the latest mach-types values we have many instances where we no
longer need to define a value and a few cases where the name (but not
value) have changed slightly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/dalmore.h')
-rw-r--r-- | include/configs/dalmore.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/dalmore.h b/include/configs/dalmore.h index a0f04f9ce3..1fa445a94c 100644 --- a/include/configs/dalmore.h +++ b/include/configs/dalmore.h @@ -32,8 +32,6 @@ #define CONFIG_SYS_MMC_ENV_PART 2 #define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE) -#define MACH_TYPE_DALMORE 4304 /* not yet in mach-types.h */ - /* SPI */ #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 #define CONFIG_SF_DEFAULT_SPEED 24000000 |