diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:30 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:55 -0500 |
commit | 9067b30008e4c09fb6287d306caf2a6bed08370f (patch) | |
tree | 4fbb5924936cd3d8155f7e4758c7ce8a54eb84bb /configs | |
parent | f7e1af8690f423e44932f412033e718576477467 (diff) |
mpc8260: remove atc board support
These boards are still non-generic boards.
drivers/rtc/ds12887.c should also be removed because it can not
be built without CONFIG_ATC.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/atc_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/atc_defconfig b/configs/atc_defconfig deleted file mode 100644 index 967be474232..00000000000 --- a/configs/atc_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_PPC=y -CONFIG_MPC8260=y -CONFIG_TARGET_ATC=y |