diff options
-rw-r--r-- | conf/machine/simone.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/machine/simone.conf b/conf/machine/simone.conf new file mode 100644 index 0000000000..f91b292aa1 --- /dev/null +++ b/conf/machine/simone.conf @@ -0,0 +1,10 @@ +#@TYPE: Machine +#@Name: SimpleMachines Sim.One developer board +#@DESCRIPTION: Machine configuration for SimpleMachines Sim.One developer board +#@HOMEPAGE: http://simplemachines.it/simone.html + +require conf/machine/ep93xx.conf + +KERNEL_IMAGETYPE = "uImage" + +UBOOT_ENTRYPOINT = "c0008000" |