X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fgalileo.h;h=57483a2af96053af9c43d71d3e84dc133962862c;hb=26822fd23cb1cf5eebe88547d879c01756228748;hp=eb16a5eacac4ea06f4abbc2aff0fa01aae76a792;hpb=b67dfc5a1099eef2a323de23a78ba4e6d9b87633;p=oweals%2Fu-boot.git diff --git a/include/configs/galileo.h b/include/configs/galileo.h index eb16a5eaca..57483a2af9 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2015, Bin Meng - * - * SPDX-License-Identifier: GPL-2.0+ */ /* @@ -14,41 +13,18 @@ #include #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_ARCH_EARLY_INIT_R -#define CONFIG_ARCH_MISC_INIT /* ns16550 UART is memory-mapped in Quark SoC */ #undef CONFIG_SYS_NS16550_PORT_MAPPED -#define CONFIG_PCI_PNP - #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \ "stdout=serial\0" \ "stderr=serial\0" -/* SATA is not supported in Quark SoC */ -#undef CONFIG_SCSI_AHCI -#undef CONFIG_CMD_SCSI - -/* Video is not supported in Quark SoC */ -#undef CONFIG_VIDEO -#undef CONFIG_CFB_CONSOLE - -/* SD/MMC support */ -#define CONFIG_MMC -#define CONFIG_SDHCI -#define CONFIG_GENERIC_MMC -#define CONFIG_MMC_SDMA -#define CONFIG_CMD_MMC - /* 10/100M Ethernet support */ #define CONFIG_DESIGNWARE_ETH #define CONFIG_DW_ALTDESCRIPTOR -#define CONFIG_PHYLIB /* Environment configuration */ -#define CONFIG_ENV_SECT_SIZE 0x1000 -#define CONFIG_ENV_OFFSET 0 #endif /* __CONFIG_H */