diff options
author | Stefan Roese <sr@denx.de> | 2017-08-30 09:55:01 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-09-26 06:51:37 +0200 |
commit | a30d3e777741f4d4228b7d621ae3021b108da854 (patch) | |
tree | 5768c886d88499ae52781af35d1b000c8cb10de2 /board/theadorable/MAINTAINERS | |
parent | 7654f62f4e84c40e0f604f23126fc794ae843da1 (diff) |
arm: mvebu: Remove theadorable_defconfig
Currently, we support 2 "theadorable" MVEBU build targets. One with a
stripped down configuration (theadorable) and one with a full blown
configuration (theadorable_debug), including PCI, ethernet etc. When
we introduced these configs, the plan was to remove the debug version
at some point. But now it seems better to keep the full-blown version
and remove the "non-debug" version instead.
At a later stage, I will rename the remaining "theadorable_debug"
target into a more fitting one.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/theadorable/MAINTAINERS')
-rw-r--r-- | board/theadorable/MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/theadorable/MAINTAINERS b/board/theadorable/MAINTAINERS index 5ae6b6487c..1e8df93d37 100644 --- a/board/theadorable/MAINTAINERS +++ b/board/theadorable/MAINTAINERS @@ -4,4 +4,3 @@ S: Maintained F: board/theadorable/ F: include/configs/theadorable.h F: configs/theadorable_debug_defconfig -F: configs/theadorable_defconfig |