source: mainline/defaults/arm32/beagleboardxm/Makefile.config@ 485281e

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 485281e was c65590a, checked in by Jakub Jermar <jakub@…>, 7 years ago

Switch bbone and bbxm to barebone config

The uImage.bin's are otherwise too big and the loader refuses to
boot because of insufficient memory.

  • Property mode set to 100644
File size: 216 bytes
Line 
1# Machine type
2MACHINE = beagleboardxm
3
4# RAM disk format
5RDFMT = ext4fs
6
7#framebuffer
8CONFIG_FB = y
9
10CONFIG_BFB_MODE = 1024x768
11CONFIG_BFB_BPP = 24
12
13# Barebone build with essential binaries only
14CONFIG_BAREBONE = y
Note: See TracBrowser for help on using the repository browser.