Holger Brunck | 0cc0c09 | 2022-12-02 18:22:38 +0100 | [diff] [blame] | 1 | #if CONFIG_TARGET_KMCOGE5NE |
2 | #define WCOM_UBI_PARTITION_APP | ||||
3 | hostname=kmcoge5ne | ||||
4 | netdev=eth1 | ||||
5 | uimage=ecc_bch_uImage | ||||
6 | #elif CONFIG_TARGET_KMETER1 | ||||
7 | hostname=kmeter1 | ||||
8 | netdev=eth2 | ||||
9 | uimage=uImage | ||||
10 | #else | ||||
11 | hostname=kmeter1 | ||||
12 | netdev=eth0 | ||||
13 | uimage=uImage | ||||
14 | #endif | ||||
15 | |||||
16 | #include <environment/pg-wcom/common.env> | ||||
17 | #include <environment/pg-wcom/powerpc.env> | ||||
18 | |||||
19 | #if CONFIG_TARGET_KMCOGE5NE | ||||
20 | add_default+= eccmode=bch | ||||
21 | #endif |