diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-10 15:14:32 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-10 15:14:32 +0200 |
commit | 8f79e4c2da54cea11bb576870059fc1ba8847ccb (patch) | |
tree | f0239cabab579b2e9ed45fca40d33c3041363792 /include/configs/NETTA.h | |
parent | eece159cddc1f64a744c82c4b9582ced45b5c45c (diff) | |
download | u-boot-imx-8f79e4c2da54cea11bb576870059fc1ba8847ccb.zip u-boot-imx-8f79e4c2da54cea11bb576870059fc1ba8847ccb.tar.gz u-boot-imx-8f79e4c2da54cea11bb576870059fc1ba8847ccb.tar.bz2 |
Add configuration for IFM AEV FIFO board.
Minor coding style cleanup.
Diffstat (limited to 'include/configs/NETTA.h')
-rw-r--r-- | include/configs/NETTA.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/NETTA.h b/include/configs/NETTA.h index 3573b37..1bcd88d 100644 --- a/include/configs/NETTA.h +++ b/include/configs/NETTA.h @@ -694,7 +694,7 @@ /* No command line, one static partition, whole device */ #undef CONFIG_JFFS2_CMDLINE #define CONFIG_JFFS2_DEV "nand0" -#define CONFIG_JFFS2_PART_SIZE 0x00100000 +#define CONFIG_JFFS2_PART_SIZE 0x00100000 #define CONFIG_JFFS2_PART_OFFSET 0x00200000 /* mtdparts command line support */ |