configs: add altera_socdk_defconfig for Altera Cyclone 5 Development Board
authorCharles Manning <cdhmanning@gmail.com>
Sun, 12 Jul 2015 22:00:31 +0000 (00:00 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 13 Jul 2015 00:09:33 +0000 (02:09 +0200)
commite4f787ec999834116089d79f6bd65c70403cd689
tree999ae3ac4b1ab040bc5dcb2ae9d9d15c4007ab94
parentaec5af98caf65b8ad08db4f372527a0503bb381c
configs: add altera_socdk_defconfig for Altera Cyclone 5 Development Board

This is largely the same as altera_sockit_defconfig.

It uses a fresher Linux and u-boot than SocKit. It also speeds the
serial port up to 115200.

The post-image script is generalized by adding
BR2_ROOTFS_POST_SCRIPT_ARGS and moving it up the altera directory.
Similarly, the readme is moved up and made more generic.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/altera/post-image.sh [new file with mode: 0755]
board/altera/readme.txt [new file with mode: 0644]
board/altera/sockit/post-image.sh [deleted file]
board/altera/sockit/readme.txt [deleted file]
configs/altera_socdk_defconfig [new file with mode: 0644]
configs/altera_sockit_defconfig