X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fzmx25.h;h=4173da85fcf2a77ec0b7828304263f9bd73055c7;hb=278b90ce786f73faf29aa522d5d101e1da006378;hp=c1daf65621324678495cda4d19fb3d7c5cab8e87;hpb=380e86f361e4e2aef83295972863654fde157560;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index c1daf65..4173da8 100644 --- a/include/configs/zmx25.h +++ b/include/configs/zmx25.h @@ -12,9 +12,6 @@ #include -#define CONFIG_MX25 -#define CONFIG_SYS_TEXT_BASE 0xA0000000 - #define CONFIG_SYS_TIMER_RATE 32768 #define CONFIG_SYS_TIMER_COUNTER \ (&((struct gpt_regs *)IMX_GPT1_BASE)->counter) @@ -35,20 +32,10 @@ #define CONFIG_INITRD_TAG /* - * Compressions - */ -#define CONFIG_LZO - -/* * Hardware drivers */ /* - * GPIO - */ -#define CONFIG_MXC_GPIO - -/* * Serial */ #define CONFIG_MXC_UART @@ -88,7 +75,6 @@ #define CONFIG_MXC_USB_PORTSC MXC_EHCI_MODE_SERIAL #define CONFIG_MXC_USB_FLAGS (MXC_EHCI_INTERNAL_PHY | MXC_EHCI_IPPUE_DOWN) #define CONFIG_EHCI_IS_TDI -#define CONFIG_SUPPORT_VFAT #endif /* CONFIG_CMD_USB */ /* SDRAM */ @@ -107,7 +93,6 @@ #define CONFIG_SYS_MAX_FLASH_SECT 256 #define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + 0x00040000) -#define CONFIG_ENV_IS_IN_FLASH 1 #define CONFIG_ENV_SECT_SIZE (128 * 1024) #define CONFIG_ENV_SIZE (128 * 1024) @@ -123,10 +108,6 @@ #define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM + (512*1024)) #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM + PHYS_SDRAM_SIZE) -#define CONFIG_SYS_CBSIZE 256 -#define CONFIG_SYS_MAXARGS 16 -#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ - sizeof(CONFIG_SYS_PROMPT) + 16) #define CONFIG_SYS_LONGHELP #define CONFIG_CMDLINE_EDITING