X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftopic_miami.h;h=3795e6152fa9b3df6429f04fdd2f20310f60f596;hb=5db4972a5bbdbf9e3af48ffc9bc4fec73b7b6a79;hp=ba6c3f0cec3424868a6b3ef4cf8d20f2450c170d;hpb=4afab30caea3211032710c4298a8839d3254e7f7;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/topic_miami.h b/include/configs/topic_miami.h index ba6c3f0..3795e61 100644 --- a/include/configs/topic_miami.h +++ b/include/configs/topic_miami.h @@ -16,19 +16,6 @@ /* Fixup settings */ -/* SPL settings */ -#undef CONFIG_SPL_ETH -#undef CONFIG_SPL_MAX_FOOTPRINT -#define CONFIG_SPL_MAX_FOOTPRINT CONFIG_SYS_SPI_U_BOOT_OFFS -#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" - -/* FPGA commands that we don't use */ - -/* Extras */ - -/* Faster flash, ours may run at 108 MHz */ -#undef CONFIG_SPI_FLASH_WINBOND - /* Setup proper boot sequences for Miami boards */ #if defined(CONFIG_USB_HOST) @@ -57,8 +44,8 @@ # define EXTRA_ENV_USB #endif -#undef CONFIG_EXTRA_ENV_SETTINGS -#define CONFIG_EXTRA_ENV_SETTINGS \ +#undef CFG_EXTRA_ENV_SETTINGS +#define CFG_EXTRA_ENV_SETTINGS \ "kernel_image=uImage\0" \ "kernel_addr=0x2080000\0" \ "ramdisk_image=uramdisk.image.gz\0" \