source: mainline/defaults/arm32/raspberrypi/Makefile.config

Last change on this file was 56fb14ca, checked in by Jakub Jermar <jakub@…>, 11 years ago

raspberrypi: Default to barebone build to allow successful boot

  • Property mode set to 100644
File size: 164 bytes
Line 
1# Machine type
2MACHINE = raspberrypi
3
4# RAM disk format
5RDFMT = fat
6
7#framebuffer
8CONFIG_FB = n
9
10# Barebone build with essential binaries only
11CONFIG_BAREBONE = y
12
Note: See TracBrowser for help on using the repository browser.