source: mainline/defaults/sparc64/sun4v/Makefile.config@ fcd8779

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

Default to no networking on sparc64/sun4v because sun4v cannot boot when
networking is included in the internal RAM disk image.

  • Property mode set to 100644
File size: 172 bytes
RevLine 
[68834d85]1# Machine type
2MACHINE = generic
3
4# CPU type
5PROCESSOR = sun4v
[f238e86]6
7CONFIG_RD_EXTERNAL = n
[66e08d02]8
[86018c1]9# CONFIG_LOG = y
[99de22b]10
11CONFIG_SMP = n
12
13CONFIG_TSB = n
14
15CONFIG_FB = n
[fcd8779]16
17NETWORKING = none
18
Note: See TracBrowser for help on using the repository browser.