X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fconfigs%2Ftopic_miami.h;h=83abaeddf125703f7902b183c917100b3baf242d;hb=bf2c48fa1a6e068f232d84aae43b5dad654a9017;hp=88bb4a8fd5ed7a86fd49fd43ae0bfe0ca33ad58c;hpb=166a77b34b30f64f7b12a3016b0bba49d568c52e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/topic_miami.h b/include/configs/topic_miami.h index 88bb4a8..83abaed 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) @@ -94,9 +81,4 @@ EXTRA_ENV_USB \ DFU_ALT_INFO -#undef CONFIG_BOOTCOMMAND -#define CONFIG_BOOTCOMMAND "if mmcinfo; then " \ - "if fatload mmc 0 0x1900000 ${bootscript}; then source 0x1900000; " \ - "fi; fi; run $modeboot" - #endif /* __CONFIG_TOPIC_MIAMI_H */