X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fgalileo.h;h=57483a2af96053af9c43d71d3e84dc133962862c;hb=26822fd23cb1cf5eebe88547d879c01756228748;hp=6d25035d134d2af25fe4a02501d25f49aec39cf6;hpb=4f892924d238cc415891dbea336a0fdaff2f853b;p=oweals%2Fu-boot.git diff --git a/include/configs/galileo.h b/include/configs/galileo.h index 6d25035d13..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,9 +13,6 @@ #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 @@ -25,22 +21,10 @@ "stdout=serial\0" \ "stderr=serial\0" -/* SATA is not supported in Quark SoC */ -#undef CONFIG_SCSI_AHCI -#undef CONFIG_SCSI - -/* SD/MMC support */ -#define CONFIG_MMC -#define CONFIG_SDHCI -#define CONFIG_GENERIC_MMC -#define CONFIG_MMC_SDMA - /* 10/100M Ethernet support */ #define CONFIG_DESIGNWARE_ETH #define CONFIG_DW_ALTDESCRIPTOR /* Environment configuration */ -#define CONFIG_ENV_SECT_SIZE 0x1000 -#define CONFIG_ENV_OFFSET 0 #endif /* __CONFIG_H */