mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-23 11:33:32 +00:00
5e541a05f7
The 'environment' word is too long. We mostly use 'env' in U-Boot, so use that as the name of the include directory too. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> # Intel Edison Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
21 lines
371 B
Bash
21 lines
371 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 <env/pg-wcom/common.env>
|
|
#include <env/pg-wcom/powerpc.env>
|
|
|
|
#if CONFIG_TARGET_KMCOGE5NE
|
|
add_default+= eccmode=bch
|
|
#endif
|