X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fmicroblaze-generic.h;h=39d7bd1c2c77cf1c504f402444518c6684264475;hb=d56b4b19744c314c26dc77585a7c7a9253d1487d;hp=643413f823d4d9026bcc4d2b4bc18b2dea5552c2;hpb=035ebf85b09cf11c820ae9eec414097420741abd;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 643413f..39d7bd1 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -32,7 +32,6 @@ #endif /* uart */ -# define CONFIG_BAUDRATE 115200 /* The following table includes the supported baudrates */ # define CONFIG_SYS_BAUDRATE_TABLE \ {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400} @@ -45,7 +44,6 @@ # define CONFIG_XILINX_GPIO # define CONFIG_SYS_GPIO_0_ADDR XILINX_GPIO_BASEADDR #endif -#define CONFIG_BOARD_LATE_INIT /* watchdog */ #if defined(XILINX_WATCHDOG_BASEADDR) && defined(XILINX_WATCHDOG_IRQ) @@ -112,7 +110,6 @@ #else /* !FLASH */ #ifdef SPIFLASH -# define CONFIG_SYS_NO_FLASH 1 # define CONFIG_SYS_SPI_BASE XILINX_SPI_FLASH_BASEADDR # define CONFIG_SPI 1 # define CONFIG_SF_DEFAULT_MODE SPI_MODE_3 @@ -138,7 +135,6 @@ #else /* !SPIFLASH */ /* ENV in RAM */ -# define CONFIG_SYS_NO_FLASH 1 # define CONFIG_ENV_IS_NOWHERE 1 # define CONFIG_ENV_SIZE 0x1000 # define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SIZE) @@ -172,13 +168,9 @@ /* * Command line configuration. */ -#define CONFIG_CMD_IRQ #define CONFIG_CMD_MFSL #if defined(FLASH) -# define CONFIG_CMD_JFFS2 -# undef CONFIG_CMD_UBIFS - # if !defined(RAMENV) # define CONFIG_CMD_SAVES # endif @@ -189,9 +181,6 @@ # if !defined(RAMENV) # define CONFIG_CMD_SAVES # endif -#else -# undef CONFIG_CMD_JFFS2 -# undef CONFIG_CMD_UBIFS #endif #endif @@ -199,18 +188,12 @@ # define CONFIG_MTD_PARTITIONS #endif -#if defined(CONFIG_CMD_UBIFS) -# define CONFIG_LZO -#endif - #if defined(CONFIG_CMD_UBI) # define CONFIG_MTD_PARTITIONS -# define CONFIG_RBTREE #endif #if defined(CONFIG_MTD_PARTITIONS) /* MTD partitions */ -#define CONFIG_CMD_MTDPARTS /* mtdparts command line support */ #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ #define CONFIG_FLASH_CFI_MTD #define MTDIDS_DEFAULT "nor0=flash-0" @@ -279,7 +262,6 @@ /* SPL part */ #define CONFIG_CMD_SPL #define CONFIG_SPL_FRAMEWORK -#define CONFIG_SPL_BOARD_INIT #define CONFIG_SPL_LDSCRIPT "arch/microblaze/cpu/u-boot-spl.lds"