diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-12 22:33:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-15 10:39:59 -0400 |
commit | bdf10677a96d1d0c4da209b0a5d7c877760a4984 (patch) | |
tree | 5e5a4a64ef3824a4ad296fa54ed8330803ba839c /include/configs/mcx.h | |
parent | 77777f769f1a6b61ba23ba5a7b4bf9857c9f41d1 (diff) | |
download | u-boot-bdf10677a96d1d0c4da209b0a5d7c877760a4984.tar.gz |
omap3: Drop unused CONFIG_OMAP3_xxx board defines
We no longer have a need for a per-board CONFIG_OMAP3_xxx define (we
have CONFIG_TARGET_xxx when this is required), so drop these unused
references.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mcx.h')
-rw-r--r-- | include/configs/mcx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 44d3fa3c10..a72696dd68 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -12,7 +12,6 @@ /* * High Level Configuration Options */ -#define CONFIG_OMAP3_MCX /* working with mcx */ #define CONFIG_OMAP_GPIO #define CONFIG_MACH_TYPE MACH_TYPE_MCX |