X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fpepper.h;h=662fce33557df609b7d5a8246290727e58967365;hb=fd399a183991d4a6bc7376b3fe2cbfa4d9b0ada8;hp=7ef25294c115ccc247e28206f0fc7bb1bc736e32;hpb=ceff355a5f3038ddb49618d9adc716b0ed978aea;p=oweals%2Fu-boot.git diff --git a/include/configs/pepper.h b/include/configs/pepper.h index 7ef25294c1..662fce3355 100644 --- a/include/configs/pepper.h +++ b/include/configs/pepper.h @@ -1,7 +1,6 @@ +/* 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 @@ -18,9 +17,6 @@ /* Mach type */ #define CONFIG_MACH_TYPE MACH_TYPE_PEPPER -#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ - -#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #define CONFIG_EXTRA_ENV_SETTINGS \ DEFAULT_LINUX_BOOT_ENV \ "bootdir=/boot\0" \ @@ -72,12 +68,9 @@ "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_ADDR 0 #define CONFIG_PHY_RESET_DELAY 1000 /* SPL */