This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
TARGET_ARCH = "powerpc" |
| 2 |
UBOOT_MACHINE = "Lite5200" |
| 3 |
SERIAL_CONSOLE="115200 ttyPSC0" |
| 4 |
|
| 5 |
IMAGE_FSTYPES = "jffs2 tar.bz2" |
| 6 |
|
| 7 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 8 |
KERNEL_IMAGETYPE = "uImage" |
| 9 |
|
| 10 |
MACHINE_FEATURES = "kernel26 ext2 usbhost pci uboot" |
| 11 |
|
| 12 |
UBOOT_MACHINE = "Lite5200_config" |
| 13 |
|
| 14 |
require conf/machine/include/tune-ppc603e.inc |