Re: [U-Boot] [PATCH 10/16] exynos: remove CONFIG_CORE_COUNT

2017-10-27 Thread Minkyu Kang
On 26/10/17 21:24, Masahiro Yamada wrote:
> This macro is defined, but not referenced by anyone.
> 
> I did not touch config_whitelist.txt - the CONFIG will be dropped
> by the next re-sync.
> 
> Signed-off-by: Masahiro Yamada 
> ---
> 
>  include/configs/exynos5420-common.h | 5 -
>  include/configs/exynos7420-common.h | 3 ---
>  2 files changed, 8 deletions(-)
> 
> diff --git a/include/configs/exynos5420-common.h 
> b/include/configs/exynos5420-common.h
> index 79e6d13..ae9ead5 100644
> --- a/include/configs/exynos5420-common.h
> +++ b/include/configs/exynos5420-common.h
> @@ -43,11 +43,6 @@
>  #define CONFIG_LOWPOWER_FLAG 0x02020028
>  #define CONFIG_LOWPOWER_ADDR 0x0202002C
>  
> -/*
> - * Number of CPUs available
> - */
> -#define CONFIG_CORE_COUNT0x8
> -
>  #define CONFIG_USB_XHCI_EXYNOS
>  
>  #endif   /* __CONFIG_EXYNOS5420_H */
> diff --git a/include/configs/exynos7420-common.h 
> b/include/configs/exynos7420-common.h
> index 0aeec39..4e10471 100644
> --- a/include/configs/exynos7420-common.h
> +++ b/include/configs/exynos7420-common.h
> @@ -43,9 +43,6 @@
>  #define CONFIG_IRAM_END  (CONFIG_IRAM_BASE + 
> CONFIG_IRAM_SIZE)
>  #define CPU_RELEASE_ADDR secondary_boot_addr
>  
> -/* Number of CPUs available */
> -#define CONFIG_CORE_COUNT0x8
> -
>  /* select serial console configuration */
>  
>  #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x3E0)
> 

Acked-by: Minkyu Kang 

Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH 10/16] exynos: remove CONFIG_CORE_COUNT

2017-10-26 Thread Masahiro Yamada
This macro is defined, but not referenced by anyone.

I did not touch config_whitelist.txt - the CONFIG will be dropped
by the next re-sync.

Signed-off-by: Masahiro Yamada 
---

 include/configs/exynos5420-common.h | 5 -
 include/configs/exynos7420-common.h | 3 ---
 2 files changed, 8 deletions(-)

diff --git a/include/configs/exynos5420-common.h 
b/include/configs/exynos5420-common.h
index 79e6d13..ae9ead5 100644
--- a/include/configs/exynos5420-common.h
+++ b/include/configs/exynos5420-common.h
@@ -43,11 +43,6 @@
 #define CONFIG_LOWPOWER_FLAG   0x02020028
 #define CONFIG_LOWPOWER_ADDR   0x0202002C
 
-/*
- * Number of CPUs available
- */
-#define CONFIG_CORE_COUNT  0x8
-
 #define CONFIG_USB_XHCI_EXYNOS
 
 #endif /* __CONFIG_EXYNOS5420_H */
diff --git a/include/configs/exynos7420-common.h 
b/include/configs/exynos7420-common.h
index 0aeec39..4e10471 100644
--- a/include/configs/exynos7420-common.h
+++ b/include/configs/exynos7420-common.h
@@ -43,9 +43,6 @@
 #define CONFIG_IRAM_END(CONFIG_IRAM_BASE + 
CONFIG_IRAM_SIZE)
 #define CPU_RELEASE_ADDR   secondary_boot_addr
 
-/* Number of CPUs available */
-#define CONFIG_CORE_COUNT  0x8
-
 /* select serial console configuration */
 
 #define CONFIG_SYS_LOAD_ADDR   (CONFIG_SYS_SDRAM_BASE + 0x3E0)
-- 
2.7.4

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot