X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftopic_miami.h;h=83abaeddf125703f7902b183c917100b3baf242d;hb=52af0101be55da74a32e9b169864508101f886fe;hp=0e4a824c4242ac269e4454d53cea4d57047c7904;hpb=a5e609b982a004e009e8ee0aa6066785db425ac2;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/topic_miami.h b/include/configs/topic_miami.h index 0e4a824..83abaed 100644 --- a/include/configs/topic_miami.h +++ b/include/configs/topic_miami.h @@ -16,33 +16,9 @@ /* Fixup settings */ -/* SPL settings */ -#undef CONFIG_SPL_ETH_SUPPORT -#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" - -/* sspi command isn't useful */ -#undef CONFIG_CMD_SPI - -/* No useful gpio */ -#undef CONFIG_ZYNQ_GPIO -#undef CONFIG_CMD_GPIO - -/* No falcon support */ -#undef CONFIG_SPL_OS_BOOT -#undef CONFIG_SPL_FPGA_SUPPORT - -/* 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) +#if defined(CONFIG_USB_HOST) # define EXTRA_ENV_USB \ "usbreset=i2c dev 1 && i2c mw 41 1 ff && i2c mw 41 3 fe && "\ "i2c mw 41 1 fe && i2c mw 41 1 ff\0" \ @@ -57,7 +33,6 @@ "${devicetree_addr}; " \ "fi\0" /* Note that addresses here should match the addresses in the env */ -# undef DFU_ALT_INFO # define DFU_ALT_INFO \ "dfu_alt_info=" \ "uImage ram 0x2080000 0x500000;" \ @@ -106,10 +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" -#undef CONFIG_DISPLAY_BOARDINFO - #endif /* __CONFIG_TOPIC_MIAMI_H */