diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2014-04-30 15:01:49 +0200 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-05-13 08:26:55 -0700 |
commit | 522641a78862d2ecf9b89cc29dfb4429ee1b4103 (patch) | |
tree | 92556b0a69b2d815abd8d7d1038a11d40fdc8d0d /include/configs | |
parent | 2846c43e2dc2b33498cdf78fb2be9ade946e4863 (diff) | |
download | u-boot-imx-522641a78862d2ecf9b89cc29dfb4429ee1b4103.zip u-boot-imx-522641a78862d2ecf9b89cc29dfb4429ee1b4103.tar.gz u-boot-imx-522641a78862d2ecf9b89cc29dfb4429ee1b4103.tar.bz2 |
kmp204x: enable the errata command
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/km/kmp204x-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index e4c5e7b..efd9635 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -381,6 +381,7 @@ int get_scl(void); */ #define CONFIG_CMD_PCI #define CONFIG_CMD_NET +#define CONFIG_CMD_ERRATA /* we don't need flash support */ #define CONFIG_SYS_NO_FLASH |