diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-05-02 12:42:30 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-05-02 12:42:30 +0000 |
commit | 88e71e88597d939972267cdb00aca3cc61f5e171 (patch) | |
tree | 5a8f5d5d736ea3c4222484ba94f357afc1732816 /src/mainboard/msi/ms9185 | |
parent | a0dbddff17986266da3342cbfb3b8194588664d0 (diff) |
Run dos2unix on all files:
find . -type f| grep -v svn | xargs dos2unix
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4250 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/msi/ms9185')
-rw-r--r-- | src/mainboard/msi/ms9185/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/msi/ms9185/Options.lb b/src/mainboard/msi/ms9185/Options.lb index efd5dc95bc..5c3073e2d2 100644 --- a/src/mainboard/msi/ms9185/Options.lb +++ b/src/mainboard/msi/ms9185/Options.lb @@ -220,7 +220,7 @@ default USE_DCACHE_RAM=1 default DCACHE_RAM_BASE=0xcc000 default DCACHE_RAM_SIZE=0x04000 default DCACHE_RAM_GLOBAL_VAR_SIZE=0x01000 -default CONFIG_USE_INIT=0
+default CONFIG_USE_INIT=0 ## ## Build code to setup a generic IOAPIC |