X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsun7i.h;h=12c96230c27177a80d8a7130ef72eecac52f0ff1;hb=cb33bda44f4bbf6fb58adf41dced313ca38da6fc;hp=3d26ce8d4a4d183c7500d8f5f48d4837b5ab0e31;hpb=43b1ff5f33456e85b2fccccaf2f9fe09821a45ac;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sun7i.h b/include/configs/sun7i.h index 3d26ce8..12c9623 100644 --- a/include/configs/sun7i.h +++ b/include/configs/sun7i.h @@ -13,18 +13,14 @@ * 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 1 #define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE -#define CONFIG_TIMER_CLK_FREQ 24000000 - -#define CONFIG_NAND_SUNXI_GPC_PORTS {16, 17, 18, 19, 20, 21, 22, 24} +#define CONFIG_ARMV7_SECURE_MAX_SIZE (64 * 1024) /* 64 KB */ /* * Include common sunxi configuration where most the settings are