X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fapf27.h;h=3cb8fabfa9415756fc064eb6f062a4d25de4cb97;hb=d56b4b19744c314c26dc77585a7c7a9253d1487d;hp=136e3a6df69cd576d121e48b3fd71c9e57b6acc6;hpb=9a6535e05f17acf03e891266a650cb6029124743;p=people%2Fms%2Fu-boot.git diff --git a/include/configs/apf27.h b/include/configs/apf27.h index 136e3a6df6..3cb8fabfa9 100644 --- a/include/configs/apf27.h +++ b/include/configs/apf27.h @@ -11,7 +11,6 @@ #define __CONFIG_H #define CONFIG_ENV_VERSION 10 -#define CONFIG_IDENT_STRING " apf27 patch 3.10" #define CONFIG_BOARD_NAME apf27 /* @@ -23,13 +22,6 @@ /* * Enable the call to miscellaneous platform dependent initialization. */ -#define CONFIG_SYS_NO_FLASH - -/* - * Board display option - */ -#define CONFIG_DISPLAY_BOARDINFO -#define CONFIG_DISPLAY_CPUINFO /* * SPL @@ -62,16 +54,9 @@ /* * U-Boot Commands */ -#define CONFIG_CMD_BSP /* Board Specific functions */ -#define CONFIG_CMD_DATE -#define CONFIG_CMD_EEPROM -#define CONFIG_CMD_IMX_FUSE /* imx iim fuse */ -#define CONFIG_CMD_MTDPARTS /* MTD partition support */ #define CONFIG_CMD_NAND /* NAND support */ #define CONFIG_CMD_NAND_LOCK_UNLOCK #define CONFIG_CMD_NAND_TRIMFFS -#define CONFIG_CMD_UBI -#define CONFIG_CMD_UBIFS /* * Memory configurations @@ -209,7 +194,6 @@ */ #define CONFIG_MXC_UART #define CONFIG_CONS_INDEX 1 -#define CONFIG_BAUDRATE 115200 #define CONFIG_MXC_UART_BASE UART1_BASE /* @@ -249,15 +233,8 @@ */ #define CONFIG_MTD_DEVICE #define CONFIG_MTD_PARTITIONS -#define CONFIG_DOS_PARTITION #define CONFIG_SUPPORT_VFAT -/* - * UBIFS - */ -#define CONFIG_RBTREE -#define CONFIG_LZO - /* * Ethernet (on SOC imx FEC) */ @@ -316,9 +293,6 @@ * SD/MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC -#define CONFIG_GENERIC_MMC -#define CONFIG_MXC_MMC #define CONFIG_MXC_MCI_REGS_BASE 0x10014000 #endif