diff options
author | Stefan Roese | 2015-04-25 06:29:46 +0200 |
---|---|---|
committer | Luka Perkov | 2015-05-05 14:28:29 +0200 |
commit | d0787656405fc9a43f00715a0d05c2860cbe7b81 (patch) | |
tree | 74b29290b0a12ad313aff70036054cac158d092c /board/maxbcm/maxbcm.c | |
parent | 8cb78722306351c5d61ce4da18c284ef59c0caef (diff) |
arm: mvebu: Move mvebu-common into mach-mvebu
Now that the mach-mvebu directory exists and is used by Armada XP we can
move the mvebu-common files into this directory as well.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Tested-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Diffstat (limited to 'board/maxbcm/maxbcm.c')
-rw-r--r-- | board/maxbcm/maxbcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/maxbcm/maxbcm.c b/board/maxbcm/maxbcm.c index 46b16ac29cc..2fbb90cfff1 100644 --- a/board/maxbcm/maxbcm.c +++ b/board/maxbcm/maxbcm.c @@ -12,7 +12,7 @@ #include <linux/mbus.h> #include "../drivers/ddr/mvebu/ddr3_hw_training.h" -#include "../arch/arm/mvebu-common/serdes/high_speed_env_spec.h" +#include "../arch/arm/mach-mvebu/serdes/high_speed_env_spec.h" DECLARE_GLOBAL_DATA_PTR; |