Merge tag 'efi-next' of https://source.denx.de/u-boot/custodians/u-boot-efi into...
[platform/kernel/u-boot.git] / include / configs / s5p_goni.h
index 85c6e06..e3b091a 100644 (file)
 #include <linux/sizes.h>
 #include <asm/arch/cpu.h>              /* get chip and board defs */
 
-/* input clock of PLL: has 24MHz input clock at S5PC110 */
-#define CONFIG_SYS_CLK_FREQ_C110       24000000
-
 /* DRAM Base */
 #define CONFIG_SYS_SDRAM_BASE          0x30000000
 
 /* Text Base */
 
-#define CONFIG_SETUP_MEMORY_TAGS
-#define CONFIG_CMDLINE_TAG
-#define CONFIG_REVISION_TAG
-#define CONFIG_INITRD_TAG
-
 /* MMC */
 #define SDHCI_MAX_HOSTS                4
 
@@ -75,8 +67,6 @@
        "name="PARTS_CSC",size=150MiB,uuid=${uuid_gpt_"PARTS_CSC"};" \
        "name="PARTS_UMS",size=-,uuid=${uuid_gpt_"PARTS_UMS"}\0" \
 
-#define CONFIG_BOOTCOMMAND     "run mmcboot"
-
 #define CONFIG_RAMDISK_BOOT    "root=/dev/ram0 rw rootfstype=ext4" \
                " ${console} ${meminfo}"