omap4: Drop redundant CONFIG_OMAP4430 symbol
While there are a few different OMAP4 SoCs, today we always set CONFIG_OMAP4430 and CONFIG_OMAP44XX. Convert the few test of CONFIG_OMAP4430 to CONFIG_OMAP44XX. Cc: Marek Vasut <marex@denx.de> Cc: Paul Kocialkowski <contact@paulk.fr> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -23,11 +23,6 @@
|
||||
#define CONFIG_SYS_L2_PL310 1
|
||||
#define CONFIG_SYS_PL310_BASE 0x48242000
|
||||
|
||||
/*
|
||||
* Platform
|
||||
*/
|
||||
#define CONFIG_OMAP4430
|
||||
|
||||
/*
|
||||
* Board
|
||||
*/
|
||||
|
||||
@@ -12,10 +12,6 @@
|
||||
#ifndef __CONFIG_TI_OMAP4_COMMON_H
|
||||
#define __CONFIG_TI_OMAP4_COMMON_H
|
||||
|
||||
/*
|
||||
* High Level Configuration Options
|
||||
*/
|
||||
#define CONFIG_OMAP4430 1 /* which is in a 4430 */
|
||||
#define CONFIG_MISC_INIT_R
|
||||
|
||||
#ifndef CONFIG_SYS_L2CACHE_OFF
|
||||
|
||||
Reference in New Issue
Block a user