diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-06-20 19:20:17 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-06-20 19:23:50 +0400 |
commit | 5cc2d673176def2d87028afd16733095318608a6 (patch) | |
tree | b5404d3810d592348ffe02f1e026f5813c50b56c /conf/machine | |
parent | e89fefb2371ad19652c15344bdf3f395bae0d956 (diff) |
lite5200: add MACHINE_FEATURES and UBOOT_MACHINE
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/lite5200.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/lite5200.conf b/conf/machine/lite5200.conf index 4a963ce822..62272c11d1 100644 --- a/conf/machine/lite5200.conf +++ b/conf/machine/lite5200.conf @@ -7,4 +7,8 @@ IMAGE_FSTYPES = "jffs2 tar.bz2" PREFERRED_PROVIDER_virtual/kernel = "linux" KERNEL_IMAGETYPE = "uImage" +MACHINE_FEATURES = "kernel26 ext2 usbhost pci uboot" + +UBOOT_MACHINE = "Lite5200_config" + require conf/machine/include/tune-ppc603e.inc |