kumquat-buildroot/board/udoo/mx6qdl
Fabio Estevam 027d8141c5 udoo: mx6qdl: Use the preferred form for disabling a symbol
Even though 'CONFIG_USB=n' does the job, let's switch to the more
standard way for disabling a Kconfig symbol.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-01-01 09:23:57 +01:00
..
genimage.cfg
linux.fragment udoo: mx6qdl: Use the preferred form for disabling a symbol 2017-01-01 09:23:57 +01:00
post-image.sh
readme.txt

Udoo MX6Q/DL board

For information about MX6 Udoo boards:
http://www.udoo.org/

To build a minimal support for these boards:

    $ make mx6udoo_defconfig
    $ make

Buildroot prepares a bootable "sdcard.img" image in the output/images/
directory, ready to be dumped on a micro SD card:

dd if=output/images/sdcard.img of=/dev/<your-microsd-device>

For details about the medium image layout, see the definition in
board/udoo/mx6qdl/genimage.cfg.