X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx23evk.h;h=5ceba8b15fa492c13240b92a17b8d6578c23b2e5;hb=605bc145f91d2a28ba2e517cae4e53e255e34b6f;hp=3507e83fb38bab383b09e499fd74c5ff38030cfb;hpb=c5e7003aa86e1bfc7371d41509e8d34cafdfeb6c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/mx23evk.h b/include/configs/mx23evk.h index 3507e83..5ceba8b 100644 --- a/include/configs/mx23evk.h +++ b/include/configs/mx23evk.h @@ -13,21 +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 */ - -/* 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 " \