increase dvbapp PR.
[vuplus_openembedded] / conf / machine / n1200.conf
index fba4234..3563c54 100644 (file)
@@ -3,7 +3,7 @@
 #@DESCRIPTION: Machine configuration for the Thecus n1200, an MPC8347 based NAS
 
 TARGET_ARCH = "powerpc"
-PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
+PACKAGE_EXTRA_ARCHS = "ppc"
 
 MACHINE_FEATURES                = "kernel26 usbhost ext2"
 MACHINE_TASK_PROVIDER           = "task-base"
@@ -21,4 +21,8 @@ IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
 IMAGE_FSTYPES = "tar.gz"
 SERIAL_CONSOLE = "ttyS0 115200"
 
+KERNEL_IMAGETYPE = "zImage"
+UBOOT_LOADADDRESS = "00400000"
+UBOOT_ENTRYPOINT = "004005a4"
+
 require conf/machine/include/tune-ppc603e.inc