Merge tag 'u-boot-nand-20230417' of https://source.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / include / configs / topic_miami.h
index 18179e9..3795e61 100644 (file)
 
 /* 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"
-
-/* No falcon support */
-#undef CONFIG_SPL_OS_BOOT
-
-/* 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)
@@ -60,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"     \
        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 */