diff options
author | Philip Balister <philip@balister.org> | 2007-08-12 23:03:07 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-12 23:03:07 +0000 |
commit | fb3d90760249edb85d2f001a62bef9aaa05aca5c (patch) | |
tree | a3e883b345bbd23f6eecaaf3ebdcef218698fd09 /packages/linux/linux-omap.inc | |
parent | a7b1482b15c6b2848ff392cef00c420a8f8927e1 (diff) |
linux-omap1 : Move compatible machine from generic include file to specific
version files.
Diffstat (limited to 'packages/linux/linux-omap.inc')
-rw-r--r-- | packages/linux/linux-omap.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/linux/linux-omap.inc b/packages/linux/linux-omap.inc index e2b168e454..d4f4b77d37 100644 --- a/packages/linux/linux-omap.inc +++ b/packages/linux/linux-omap.inc @@ -3,8 +3,6 @@ DESCRIPTION = "Linux kernel for OMAP processors" LICENSE = "GPL" DEPENDS = "u-boot" -COMPATIBLE_MACHINE = "omap5912osk" - inherit kernel KERNEL_IMAGETYPE = "uImage" |