diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-04-16 10:51:58 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-04-16 10:51:58 +0200 |
commit | cf48eb9abd76e5a056937a4e49be094826026abc (patch) | |
tree | 1e05002f42f0f174f74d712b34c87ed4f99b003f /include/configs | |
parent | 807522fc9ae49e022c9f3556506b4f4c961b17aa (diff) | |
download | u-boot-imx-cf48eb9abd76e5a056937a4e49be094826026abc.zip u-boot-imx-cf48eb9abd76e5a056937a4e49be094826026abc.tar.gz u-boot-imx-cf48eb9abd76e5a056937a4e49be094826026abc.tar.bz2 |
Some code cleanup
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MPC8349EMDS.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h index 39e3d95..1a47980 100644 --- a/include/configs/MPC8349EMDS.h +++ b/include/configs/MPC8349EMDS.h @@ -75,13 +75,13 @@ /* * 32-bit data path mode. - * + * * Please note that using this mode for devices with the real density of 64-bit * effectively reduces the amount of available memory due to the effect of * wrapping around while translating address to row/columns, for example in the * 256MB module the upper 128MB get aliased with contents of the lower * 128MB); normally this define should be used for devices with real 32-bit - * data path. + * data path. */ #undef CONFIG_DDR_32BIT |