summaryrefslogtreecommitdiff
path: root/conf/machine/include/lsppc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/lsppc.inc')
-rw-r--r--conf/machine/include/lsppc.inc12
1 files changed, 8 insertions, 4 deletions
diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc
index 632a9ed4cc..807c292605 100644
--- a/conf/machine/include/lsppc.inc
+++ b/conf/machine/include/lsppc.inc
@@ -2,11 +2,12 @@
#@Name: Buffalo PPC Linkstations
#@DESCRIPTION: Generic Machine configuration for ppc based linkstations
-
TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
-MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot"
-TARGET_FPU = "hard"
+
+MACHINE_FEATURES = "kernel26 usbhost ext2"
+MACHINE_EXTRA_RDEPENDS = "kernel-devicetree avr-evtd"
+MACHINE_EXTRA_RRECOMMENDS = "u-boot-utils"
USE_DEVFS = "0"
@@ -22,5 +23,8 @@ udevdir = "/dev"
IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
IMAGE_FSTYPES = "tar.gz"
-#tune for the MPC5200B cpu
+KERNEL_IMAGETYPE = "uImage"
+UBOOT_ENTRYPOINT = "0x00000000"
+UBOOT_LOADADDRESS = "0x00000000"
+
require conf/machine/include/tune-ppc603e.inc