diff options
author | Marian Balakowicz <m8@semihalf.com> | 2006-05-09 11:51:51 +0200 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2006-05-09 11:51:51 +0200 |
commit | 6f5155a95cc6d4b80cda10785c64a55fbb18e8ee (patch) | |
tree | c690fefe017b60bdd9fad2b344fecd8898264547 /include/configs | |
parent | b75ef85f42f75206a9a2c278c042e911c92ea28c (diff) | |
download | u-boot-imx-6f5155a95cc6d4b80cda10785c64a55fbb18e8ee.zip u-boot-imx-6f5155a95cc6d4b80cda10785c64a55fbb18e8ee.tar.gz u-boot-imx-6f5155a95cc6d4b80cda10785c64a55fbb18e8ee.tar.bz2 |
Make R5200 specific low level initialization board conditional.
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/r5200.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/r5200.h b/include/configs/r5200.h index a17b4ab..7049704 100644 --- a/include/configs/r5200.h +++ b/include/configs/r5200.h @@ -37,6 +37,7 @@ */ #define CONFIG_MCF52x2 /* define processor family */ #define CONFIG_M5271 /* define processor type */ +#define CONFIG_R5200 /* define board type */ #define FEC_ENET #define CONFIG_NET_RETRY_COUNT 5 |