diff options
author | Stefan Roese <sr@denx.de> | 2012-12-05 23:30:10 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2012-12-06 22:59:08 +0100 |
commit | 667b504a2c411e4d5915a6e2260a3857ba9f797a (patch) | |
tree | 9863898ea55f77c3b3b8ed0fb87ff8ce892aa5a8 /arch/powerpc/platforms/52xx | |
parent | 6baf11906e7687ad517567f6b93b94a90f0db3f9 (diff) |
powerpc: mpc5200: Add a3m071 board support
This patch adds the MPC5200B based a3m071 board.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/powerpc/platforms/52xx')
-rw-r--r-- | arch/powerpc/platforms/52xx/mpc5200_simple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/52xx/mpc5200_simple.c b/arch/powerpc/platforms/52xx/mpc5200_simple.c index 9cf36020cf0..792a301a0bf 100644 --- a/arch/powerpc/platforms/52xx/mpc5200_simple.c +++ b/arch/powerpc/platforms/52xx/mpc5200_simple.c @@ -50,6 +50,7 @@ static void __init mpc5200_simple_setup_arch(void) /* list of the supported boards */ static const char *board[] __initdata = { + "anonymous,a3m071", "anonymous,a4m072", "anon,charon", "ifm,o2d", |