X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsun7i.h;h=bb8f217b25da6b41d440b83574a71a0e4dfbfaa3;hb=0223462b373b975d970fa86e5e1a7eadd1d41820;hp=63760c50f10e771c804ba3e09454e2c2834a635f;hpb=217f92bb79ea43df4d0fe47e31c28c01c721ad87;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sun7i.h b/include/configs/sun7i.h index 63760c5..bb8f217 100644 --- a/include/configs/sun7i.h +++ b/include/configs/sun7i.h @@ -1,10 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2012-2013 Henrik Nordstrom * (C) Copyright 2013 Luke Kenneth Casson Leighton * * Configuration settings for the Allwinner A20 (sun7i) CPU - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H #define __CONFIG_H @@ -13,14 +12,10 @@ * A20 specific configuration */ -#ifdef CONFIG_USB_EHCI +#ifdef CONFIG_USB_EHCI_HCD #define CONFIG_USB_EHCI_SUNXI -#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #endif -#define CONFIG_SUNXI_USB_PHYS 3 - -#define CONFIG_ARMV7_PSCI_NR_CPUS 2 #define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE #define CONFIG_ARMV7_SECURE_MAX_SIZE (64 * 1024) /* 64 KB */