summaryrefslogtreecommitdiffstats
path: root/configs/pandaboard_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* pandaboard: Fix defconfig buildMaxime Ripard2013-05-061-0/+5
| | | | | | | | | | | | | | | | Commit 75b7dc68 ("linux: default to 3.9, remove 3.8") made 3.9 the default kernel version. The omap kernel switched to multiplatform kernel during the 3.9 kernel development cycle. Obviously, the uImage generation doesn't work anymore with multiplatform kernels, since you have to provide the kernel load address, resulting in a build error. Lock down the kernel version to 3.8 to keep the old behaviour until someone submits a patch to switch to multiplatform kernel. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: add support for PandaBoard and PandaBoard ESNicolas Dechesne2012-05-051-0/+26
This is a default configuration for Panda and PandaES, tested on both platforms. DEVTMPFS is enabled, to use static dev configuration one would need to update the generic dev table for ttyO driver. Panda is well supported in mainline kernel with omap2plus_defconfig, so this should be safe. U-boot SPL support is enabled by default as x-loader is now deprecated. With OMAP platforms u-boot,img format is prefered now, so it's enabled by default as well. Also, on PandaBoard, the name of SPL target file is MLO. Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>