board/freescale: Remove P1020UTM board support
Remove NXP powerpc P1020UTM board support as it is no longer maintained. Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
@@ -22,14 +22,6 @@
|
||||
#define CONFIG_SYS_L2_SIZE (256 << 10)
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_TARGET_P1020UTM)
|
||||
#define CONFIG_BOARDNAME "P1020UTM-PC"
|
||||
#define __SW_BOOT_MASK 0x03
|
||||
#define __SW_BOOT_NOR 0xe0
|
||||
#define __SW_BOOT_SD 0x50
|
||||
#define CONFIG_SYS_L2_SIZE (256 << 10)
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_TARGET_P1020RDB_PC)
|
||||
#define CONFIG_BOARDNAME "P1020RDB-PC"
|
||||
#define CONFIG_NAND_FSL_ELBC
|
||||
@@ -301,9 +293,6 @@
|
||||
#if (defined(CONFIG_TARGET_P1020MBG) || defined(CONFIG_TARGET_P1020RDB_PD))
|
||||
#define CONFIG_SYS_MAX_FLASH_SECT 512 /* 64M */
|
||||
#define CONFIG_SYS_FLASH_BASE 0xec000000
|
||||
#elif defined(CONFIG_TARGET_P1020UTM)
|
||||
#define CONFIG_SYS_MAX_FLASH_SECT 256 /* 32M */
|
||||
#define CONFIG_SYS_FLASH_BASE 0xee000000
|
||||
#else
|
||||
#define CONFIG_SYS_MAX_FLASH_SECT 128 /* 16M */
|
||||
#define CONFIG_SYS_FLASH_BASE 0xef000000
|
||||
|
||||
Reference in New Issue
Block a user