compulab: Clean up some unused symbols
Since cm_t35 was removed, CONFIG_CM_T3X does not exist. This lets us simplify the code in board/compulab/common/eeprom.c a bit. Cc: Igor Grinberg <grinberg@compulab.co.il> Cc: Nikita Kiryanov <nikita@compulab.co.il> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
#ifndef __CONFIG_CM_T335_H
|
||||
#define __CONFIG_CM_T335_H
|
||||
|
||||
#define CONFIG_CM_T335
|
||||
|
||||
#include <configs/ti_am335x_common.h>
|
||||
|
||||
#undef CONFIG_MAX_RAM_BANK_SIZE
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#ifndef __CONFIG_CM_T43_H
|
||||
#define __CONFIG_CM_T43_H
|
||||
|
||||
#define CONFIG_CM_T43
|
||||
#define CONFIG_MAX_RAM_BANK_SIZE (2048 << 20) /* 2GB */
|
||||
#define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user