diff options
author | Bill XIE <persmule@hardenedlinux.org> | 2021-03-20 20:53:40 +0800 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2021-04-02 08:08:08 +0000 |
commit | b77f01642cd7332e258e1c2ef51c470b96466b4f (patch) | |
tree | 90c3b5ec81f18e90c45a2bf58e90249dd01114c9 /src | |
parent | ffa83fc7f864a3e8927b7701e0dc46160008f5ea (diff) |
mb/hp/snb_ivb_laptops: Remove undefined variable in cmos.default
There is no "volume" defined in cmos.layout now, so removing "volume="
from cmos.default, otherwise building will fail with
CONFIG_USE_OPTION_TABLE set.
Change-Id: I1d6bb68fb927882ddcc052b432bb34b42c58eac7
Signed-off-by: Bill XIE <persmule@hardenedlinux.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51670
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Iru Cai (vimacs) <mytbk920423@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/hp/snb_ivb_laptops/cmos.default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/hp/snb_ivb_laptops/cmos.default b/src/mainboard/hp/snb_ivb_laptops/cmos.default index ba33ddff5c..ad822d5043 100644 --- a/src/mainboard/hp/snb_ivb_laptops/cmos.default +++ b/src/mainboard/hp/snb_ivb_laptops/cmos.default @@ -2,5 +2,4 @@ boot_option=Fallback debug_level=Debug power_on_after_fail=Disable nmi=Enable -volume=0x3 sata_mode=AHCI |