diff options
author | Stefan Roese <sr@denx.de> | 2007-06-15 11:33:41 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-06-15 11:33:41 +0200 |
commit | e73846b7cf1e29ae635bf9bb5570269663df2ee5 (patch) | |
tree | 9364956141e7ded7b79a010f9a319fc0b2e9c2e6 | |
parent | b7c3e93105c4955177cb2ab179ed2bf83ea02adc (diff) | |
download | u-boot-e73846b7cf1e29ae635bf9bb5570269663df2ee5.zip u-boot-e73846b7cf1e29ae635bf9bb5570269663df2ee5.tar.gz u-boot-e73846b7cf1e29ae635bf9bb5570269663df2ee5.tar.bz2 |
[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: Stefan Roese <sr@denx.de>
-rw-r--r-- | include/configs/lwmon5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h index e6e0f42..675df76 100644 --- a/include/configs/lwmon5.h +++ b/include/configs/lwmon5.h @@ -29,6 +29,7 @@ *----------------------------------------------------------------------*/ #define CONFIG_LWMON5 1 /* Board is lwmon5 */ #define CONFIG_440EPX 1 /* Specific PPC440EPx */ +#define CONFIG_440 1 /* ... PPC440 family */ #define CONFIG_4xx 1 /* ... PPC4xx family */ #define CONFIG_SYS_CLK_FREQ 33300000 /* external freq to pll */ |