diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-02-15 16:52:29 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-02-16 09:24:14 +0100 |
commit | 94efd19517cde6b6894d67e2623a007fcd24a4df (patch) | |
tree | ea3d0c6281f137b2afa2e5ca05af0c9326ce99e4 /src/mainboard/asus/a8n_e | |
parent | c0ae684d1663d0eec364270c85915e42cdd61bc6 (diff) |
mainboard/cmos: Kill off unused boot_* parameters
Change-Id: I19d6b56e3ac5e6e7946648b97c86a223b748e3bd
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8460
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/asus/a8n_e')
-rw-r--r-- | src/mainboard/asus/a8n_e/cmos.default | 5 | ||||
-rw-r--r-- | src/mainboard/asus/a8n_e/cmos.layout | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/asus/a8n_e/cmos.default b/src/mainboard/asus/a8n_e/cmos.default index 744f95591f..933c804418 100644 --- a/src/mainboard/asus/a8n_e/cmos.default +++ b/src/mainboard/asus/a8n_e/cmos.default @@ -8,11 +8,6 @@ hw_scrubber=Enable interleave_chip_selects=Enable max_mem_clock=DDR400 multi_core=Enable -boot_first=HDD -boot_second=Fallback_Floppy -boot_third=Fallback_Network -boot_index=0xf -boot_countdown=0xc slow_cpu=off nmi=Enable iommu=Enable diff --git a/src/mainboard/asus/a8n_e/cmos.layout b/src/mainboard/asus/a8n_e/cmos.layout index 08a137deac..7cb0a8b0ca 100644 --- a/src/mainboard/asus/a8n_e/cmos.layout +++ b/src/mainboard/asus/a8n_e/cmos.layout @@ -11,11 +11,6 @@ entries 399 1 e 2 multi_core 400 1 e 1 power_on_after_fail 412 4 e 6 debug_level - 416 4 e 7 boot_first - 420 4 e 7 boot_second - 424 4 e 7 boot_third - 428 4 h 0 boot_index - 432 8 h 0 boot_countdown 440 4 e 9 slow_cpu 444 1 e 1 nmi 445 1 e 1 iommu @@ -52,7 +47,6 @@ enumerations 7 8 Fallback_Network 7 9 Fallback_HDD 7 10 Fallback_Floppy -#7 3 ROM 8 0 DDR400 8 1 DDR333 8 2 DDR266 |