Skip to content
Snippets Groups Projects
Commit e73846b7 authored by Stefan Roese's avatar Stefan Roese
Browse files

[ppc4xx] Change lwmon5 port to work with recent 440 exception rework


Now CONFIG_440 has to be defined in all PPC440 board config files.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent b7c3e931
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
*----------------------------------------------------------------------*/ *----------------------------------------------------------------------*/
#define CONFIG_LWMON5 1 /* Board is lwmon5 */ #define CONFIG_LWMON5 1 /* Board is lwmon5 */
#define CONFIG_440EPX 1 /* Specific PPC440EPx */ #define CONFIG_440EPX 1 /* Specific PPC440EPx */
#define CONFIG_440 1 /* ... PPC440 family */
#define CONFIG_4xx 1 /* ... PPC4xx family */ #define CONFIG_4xx 1 /* ... PPC4xx family */
#define CONFIG_SYS_CLK_FREQ 33300000 /* external freq to pll */ #define CONFIG_SYS_CLK_FREQ 33300000 /* external freq to pll */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment