X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fpepper.h;h=662fce33557df609b7d5a8246290727e58967365;hb=b9da77f1958aab4ec50ff2f095b40464ca2489dd;hp=921d33124db066b2e05ccfd34191f7fcdf352aeb;hpb=79493609c5300be6cc555ab8bd38971360b381f6;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/pepper.h b/include/configs/pepper.h index 921d331..662fce3 100644 --- a/include/configs/pepper.h +++ b/include/configs/pepper.h @@ -1,18 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 Gumstix, Inc. - http://www.gumstix.com/ - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_PEPPER_H #define __CONFIG_PEPPER_H -#define CONFIG_MMC #include -#undef CONFIG_BOARD_LATE_INIT -#undef CONFIG_SPL_OS_BOOT - /* Clock defines */ #define V_OSCK 24000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK) @@ -20,13 +15,8 @@ #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* Mach type */ -#define MACH_TYPE_PEPPER 4207 /* Until the next sync */ #define CONFIG_MACH_TYPE MACH_TYPE_PEPPER -#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ -#define CONFIG_ENV_IS_NOWHERE - -#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #define CONFIG_EXTRA_ENV_SETTINGS \ DEFAULT_LINUX_BOOT_ENV \ "bootdir=/boot\0" \ @@ -78,19 +68,11 @@ "fi;" \ /* Serial console configuration */ -#define CONFIG_CONS_INDEX 1 /* UART0 */ -#define CONFIG_SERIAL1 1 #define CONFIG_SYS_NS16550_COM1 0x44e09000 /* Ethernet support */ -#define CONFIG_PHY_GIGE -#define CONFIG_PHYLIB -#define CONFIG_PHY_ADDR 0 -#define CONFIG_PHY_MICREL -#define CONFIG_PHY_MICREL_KSZ9021 #define CONFIG_PHY_RESET_DELAY 1000 /* SPL */ -#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds" #endif /* __CONFIG_PEPPER_H */