diff options
author | Mark Brown <broonie@sirena.org.uk> | 2009-10-22 21:25:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@sirena.org.uk> | 2009-10-22 21:25:20 +0100 |
commit | bca3b59f77bb83a6bfa6dc25c2534b1982badaa8 (patch) | |
tree | 000ac56cf3bdd8c3c7539101dfc96824de12f152 /conf/machine | |
parent | eddce851dad6808d4acb526f7fb8a359d00755bb (diff) |
smdk6410: Add initial recipe for SMDK6410
This is essentially just the defconfig for mainline; pretty much just
build tested at present.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/smdk6410.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/smdk6410.conf b/conf/machine/smdk6410.conf new file mode 100644 index 0000000000..71437a1086 --- /dev/null +++ b/conf/machine/smdk6410.conf @@ -0,0 +1,16 @@ +#@TYPE: Machine +#@Name: Samsung SMDK6410 Dev BOard +#@DESCRIPTION: Machine configuration for Samsung SMDK6410 Dev Board + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel = "linux" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttySAC0" + +IMAGE_FSTYPES = "tar.gz" + +MACHINE_FEATURES = "kernel26 apm screen alsa usbgadget usbhost" + +require conf/machine/include/tune-arm1176jzf-s.inc |