CBMEM: Drop cbmem_base_check()

This function was for logging only, but we have both base and size
already logged elsewhere.

Change-Id: Ie6ac71fc859b8fd42fcf851c316a5f888f828dc2
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/4620
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Aaron Durbin <adurbin@google.com>
This commit is contained in:
Kyösti Mälkki
2014-01-05 08:49:29 +02:00
parent cb28f3f8ed
commit 5b353002a9
4 changed files with 0 additions and 20 deletions

View File

@@ -50,10 +50,6 @@ struct lb_memory *write_tables(void)
{
unsigned long table_pointer, new_table_pointer;
#if !CONFIG_DYNAMIC_CBMEM
cbmem_base_check();
#endif
post_code(0x9d);
table_pointer = (unsigned long)cbmem_add(CBMEM_ID_CBTABLE,

View File

@@ -50,10 +50,6 @@ struct lb_memory *write_tables(void)
*/
unsigned long high_table_pointer;
#if !CONFIG_DYNAMIC_CBMEM
cbmem_base_check();
#endif
rom_table_start = 0xf0000;
rom_table_end = 0xf0000;