From 922046612f55f06a972b9d27ae544413fb343bb1 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 4 Oct 2012 16:13:00 +1000 Subject: Added 'zynq' machine configuration. Signed-off-by: Nathan Rossi --- conf/machine/zynq.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/zynq.conf diff --git a/conf/machine/zynq.conf b/conf/machine/zynq.conf new file mode 100644 index 00000000..03167a17 --- /dev/null +++ b/conf/machine/zynq.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: zynq +#@DESCRIPTION: zynq + +MACHINE_FEATURES := "" + +require conf/machine/include/tune-cortexa9.inc + +KERNEL_IMAGETYPE = "uImage" + +SERIAL_CONSOLE = "115200 ttyPS0" -- cgit v1.2.3-54-g00ecf