diff options
Diffstat (limited to 'src/cpu/amd')
-rw-r--r-- | src/cpu/amd/model_fxx/model_fxx_init.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cpu/amd/model_fxx/model_fxx_init.c b/src/cpu/amd/model_fxx/model_fxx_init.c index 42c6f95119..4beecabfa1 100644 --- a/src/cpu/amd/model_fxx/model_fxx_init.c +++ b/src/cpu/amd/model_fxx/model_fxx_init.c @@ -245,10 +245,8 @@ static void init_ecc_memory(unsigned node_id) /* See if we scrubbing should be enabled */ enable_scrubbing = 1; - if( get_option(&enable_scrubbing, "hw_scrubber") < 0 ) - { + if (get_option(&enable_scrubbing, "hw_scrubber") != CB_SUCCESS) enable_scrubbing = CONFIG_HW_SCRUBBER; - } /* Enable cache scrubbing at the lowest possible rate */ if (enable_scrubbing) { |