diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-05 16:28:30 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-08 16:15:35 -0500 |
commit | 2b23831ed1b65fe8d739f4ea36df678bde211801 (patch) | |
tree | 8670749c27b2597e17e84aba2b08de4682f031eb /conf/machine/include | |
parent | e37816400e0514c40c7065d4c18ac7eb80928854 (diff) | |
download | meta-ti-2b23831ed1b65fe8d739f4ea36df678bde211801.tar.gz |
omap4, pandaboard: unify and cleanup configs
* Centralize common/SoC settings in omap4.inc SOC_FAMILY config.
* Set/override uncommon specifics in machine configs.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/omap4.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc index 5ee5f9db..cf71be10 100644 --- a/conf/machine/include/omap4.inc +++ b/conf/machine/include/omap4.inc | |||
@@ -17,6 +17,8 @@ MACHINE_KERNEL_PR = "r1" | |||
17 | 17 | ||
18 | KERNEL_IMAGETYPE = "uImage" | 18 | KERNEL_IMAGETYPE = "uImage" |
19 | 19 | ||
20 | UBOOT_MACHINE = "omap4_panda_config" | ||
21 | |||
20 | UBOOT_ENTRYPOINT = "0x80008000" | 22 | UBOOT_ENTRYPOINT = "0x80008000" |
21 | UBOOT_LOADADDRESS = "0x80008000" | 23 | UBOOT_LOADADDRESS = "0x80008000" |
22 | 24 | ||