diff options
author | Stefan Roese <sr@denx.de> | 2007-06-15 11:20:13 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-06-15 11:20:13 +0200 |
commit | b7c3e93105c4955177cb2ab179ed2bf83ea02adc (patch) | |
tree | 9e2e1dd0debb051d79ba8458d9f3c48a8de8cdf5 /include/configs/p3p440.h | |
parent | b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2 (diff) | |
parent | efa35cf12d914d4caba942acd5a6c45f217de302 (diff) | |
download | u-boot-imx-b7c3e93105c4955177cb2ab179ed2bf83ea02adc.zip u-boot-imx-b7c3e93105c4955177cb2ab179ed2bf83ea02adc.tar.gz u-boot-imx-b7c3e93105c4955177cb2ab179ed2bf83ea02adc.tar.bz2 |
Merge with /home/stefan/git/u-boot/denx-440-exceptions
Diffstat (limited to 'include/configs/p3p440.h')
-rw-r--r-- | include/configs/p3p440.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/p3p440.h b/include/configs/p3p440.h index aa0901f..cae5bd5 100644 --- a/include/configs/p3p440.h +++ b/include/configs/p3p440.h @@ -35,6 +35,7 @@ *----------------------------------------------------------------------*/ #define CONFIG_P3P440 1 /* Board is P3P440 */ #define CONFIG_440GP 1 /* Specifc GP support */ +#define CONFIG_440 1 /* ... PPC440 family */ #define CONFIG_4xx 1 /* ... PPC4xx family */ #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ |