diff options
author | DrEagle <dreagle@doukki.net> | 2014-12-17 14:02:45 (GMT) |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-02-06 16:24:32 (GMT) |
commit | 7f30f4b5b285cb91e1e25b5b61a04beabe8c470b (patch) | |
tree | acdb5a1ef770d65d96eb6d8150b613c223b90b83 /include | |
parent | 815451e0d12e72ea47b0ca2eb4ac610823bfb40c (diff) | |
download | u-boot-fsl-qoriq-7f30f4b5b285cb91e1e25b5b61a04beabe8c470b.tar.xz |
kirkwood: sheevaplug: fix multiple defines
Signed-off-by: GĂ©rald Kerma <drEagle@doukki.net>
Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/sheevaplug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 3ebc989..589655a 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -142,6 +142,5 @@ #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ #define CONFIG_MTD_PARTITIONS #define CONFIG_CMD_MTDPARTS -#define CONFIG_LZO #endif /* _CONFIG_SHEEVAPLUG_H */ |