diff options
author | Marian Balakowicz <m8@semihalf.com> | 2005-10-12 12:45:04 +0200 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2005-10-12 12:45:04 +0200 |
commit | 36247821ef77cc13d5f9fdbf7771564f9f8386bd (patch) | |
tree | 8af7c9023b05a06ccb515d032bc7655746dff7de | |
parent | e6f2e902334d5ee65bab9cf8292cf668243531e9 (diff) | |
download | u-boot-imx-36247821ef77cc13d5f9fdbf7771564f9f8386bd.zip u-boot-imx-36247821ef77cc13d5f9fdbf7771564f9f8386bd.tar.gz u-boot-imx-36247821ef77cc13d5f9fdbf7771564f9f8386bd.tar.bz2 |
Fix TQM834x config file, set correct value for CFG_IMMRBAR.
-rw-r--r-- | include/configs/TQM834x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 432b602..96a1ad2 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -40,7 +40,7 @@ #define CONFIG_TQM834X 1 /* TQM834X board specific */ /* IMMR Base Addres Register, use Freescale default: 0xff400000 */ -#define CFG_IMMRBAR IMMRBAR_BASE_ADDR +#define CFG_IMMRBAR 0xff400000 /* System clock. Primary input clock when in PCI host mode */ #define CONFIG_83XX_CLKIN 66666000 /* 66,666 MHz */ |