X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fgalileo.h;h=57483a2af96053af9c43d71d3e84dc133962862c;hb=bc959905df4b31c2b9f77e5745e9d10d229a9bfa;hp=ba6c8f172bd473962764fdc374fae2dd4fca1232;hpb=2afb62305e2a20c7a98b2c19d4902671c45f153c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/galileo.h b/include/configs/galileo.h index ba6c8f1..57483a2 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,42 +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_SYS_EARLY_PCI_INIT -#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 */