mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01:00
Use already present common.env file and add a powerpc specific env so that we can move all the environment defines to text files. Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
22 lines
387 B
Bash
22 lines
387 B
Bash
#if CONFIG_TARGET_KMCOGE5NE
|
|
#define WCOM_UBI_PARTITION_APP
|
|
hostname=kmcoge5ne
|
|
netdev=eth1
|
|
uimage=ecc_bch_uImage
|
|
#elif CONFIG_TARGET_KMETER1
|
|
hostname=kmeter1
|
|
netdev=eth2
|
|
uimage=uImage
|
|
#else
|
|
hostname=kmeter1
|
|
netdev=eth0
|
|
uimage=uImage
|
|
#endif
|
|
|
|
#include <environment/pg-wcom/common.env>
|
|
#include <environment/pg-wcom/powerpc.env>
|
|
|
|
#if CONFIG_TARGET_KMCOGE5NE
|
|
add_default+= eccmode=bch
|
|
#endif
|