X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx23evk.h;h=5ceba8b15fa492c13240b92a17b8d6578c23b2e5;hb=0613c36a7a5973d58a50b764ee647099e80cc97d;hp=3fb00031075d1a3a42efffb63e8f3cd9939487b5;hpb=01f1ab67f38882dc7665a0a6eca4bbeba6d84f81;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/mx23evk.h b/include/configs/mx23evk.h index 3fb0003..5ceba8b 100644 --- a/include/configs/mx23evk.h +++ b/include/configs/mx23evk.h @@ -13,25 +13,10 @@ /* Memory configuration */ #define PHYS_SDRAM_1 0x40000000 /* Base address */ #define PHYS_SDRAM_1_SIZE 0x08000000 /* Max 128 MB RAM */ -#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 - -/* Environment */ - -/* Environment is in MMC */ - -/* USB */ -#ifdef CONFIG_CMD_USB -#define CONFIG_EHCI_MXS_PORT0 -#define CONFIG_USB_MAX_CONTROLLER_COUNT 1 -#endif - -/* Framebuffer support */ -#ifdef CONFIG_DM_VIDEO -#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10) -#endif +#define CFG_SYS_SDRAM_BASE PHYS_SDRAM_1 /* Extra Environments */ -#define CONFIG_EXTRA_ENV_SETTINGS \ +#define CFG_EXTRA_ENV_SETTINGS \ "update_sd_firmware_filename=u-boot.sd\0" \ "update_sd_firmware=" /* Update the SD firmware partition */ \ "if mmc rescan ; then " \