diff options
author | Matteo Facchinetti <matteo.facchinetti@sirius-es.it> | 2013-03-20 03:41:52 -0400 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2013-04-01 03:25:00 -0400 |
commit | b9e7196ecdf6d7cd7a41b560e596c9af94413c05 (patch) | |
tree | d6b7a0a092c09daa32aa622803d185546ce5ea3b /arch/powerpc/configs/mpc512x_defconfig | |
parent | 534ada5ede3c9236f0bf3c5d77e0d060e66caa4f (diff) |
powerpc/512x: move mpc5121_generic platform to mpc512x_generic.
This provides a base for using 512x_generic platform on mpc5125 boards.
By this way 512x_GENERIC it could be used for all generic mpc512x boards
and kernel could be compiled with mpc512x_defconfig.
Signed-off-by: Matteo Facchinetti <matteo.facchinetti@sirius-es.it>
[agust: applied s/mpc5121/mpc512x in mpc512x_generic.c]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/powerpc/configs/mpc512x_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc512x_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/mpc512x_defconfig b/arch/powerpc/configs/mpc512x_defconfig index 211fcc9ed700..0d0d981442fd 100644 --- a/arch/powerpc/configs/mpc512x_defconfig +++ b/arch/powerpc/configs/mpc512x_defconfig | |||
@@ -13,7 +13,7 @@ CONFIG_MODULE_UNLOAD=y | |||
13 | # CONFIG_PPC_CHRP is not set | 13 | # CONFIG_PPC_CHRP is not set |
14 | CONFIG_PPC_MPC512x=y | 14 | CONFIG_PPC_MPC512x=y |
15 | CONFIG_MPC5121_ADS=y | 15 | CONFIG_MPC5121_ADS=y |
16 | CONFIG_MPC5121_GENERIC=y | 16 | CONFIG_MPC512x_GENERIC=y |
17 | CONFIG_PDM360NG=y | 17 | CONFIG_PDM360NG=y |
18 | # CONFIG_PPC_PMAC is not set | 18 | # CONFIG_PPC_PMAC is not set |
19 | CONFIG_NO_HZ=y | 19 | CONFIG_NO_HZ=y |