diff options
author | Hao Zhang <hzhang@ti.com> | 2014-05-19 19:51:43 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-05-21 15:15:25 -0400 |
commit | 804c2bc8f238351fd34abe5695d2dee695ba0636 (patch) | |
tree | 5402ef9ac597573a6c03c21391de78aa2fb3b2ff /conf/machine/include | |
parent | 521f747c25e260cc520edc983bea0427754d6772 (diff) | |
download | meta-ti-804c2bc8f238351fd34abe5695d2dee695ba0636.tar.gz |
keystone: k2l-evm conf: add k2l-evm machine config
k2l-evm machine config shares the same Keystone SoC family, it has K2L EVM
specific machine configuration for UBI image, boot monitor, U-boot, etc.
Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/keystone.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc index 63f069ce..a9449b28 100644 --- a/conf/machine/include/keystone.inc +++ b/conf/machine/include/keystone.inc | |||
@@ -12,8 +12,6 @@ MACHINE_KERNEL_PR = "r7" | |||
12 | 12 | ||
13 | KERNEL_IMAGETYPE = "uImage" | 13 | KERNEL_IMAGETYPE = "uImage" |
14 | 14 | ||
15 | UBOOT_MACHINE = "k2hk_evm_config" | ||
16 | |||
17 | UBOOT_ENTRYPOINT = "0x80008000" | 15 | UBOOT_ENTRYPOINT = "0x80008000" |
18 | UBOOT_LOADADDRESS = "0x80008000" | 16 | UBOOT_LOADADDRESS = "0x80008000" |
19 | 17 | ||