Re: [U-Boot] [PATCH V2 04/11] Exynos5422/5800: set cpu id to 0x5422

2015-09-21 Thread Przemyslaw Marczak
Hello Jaehoon, On 09/21/2015 02:47 PM, Jaehoon Chung wrote: Hi, Przemyslaw. On 09/21/2015 09:26 PM, Przemyslaw Marczak wrote: The proper CPU ID for those Exynos variants is 0x5422, but before the 0x5800 was set. This commit fix this back. Changes: - set cpu id to 0x5422 instead of 0x5800 - re

Re: [U-Boot] [PATCH V2 04/11] Exynos5422/5800: set cpu id to 0x5422

2015-09-21 Thread Jaehoon Chung
Hi, Przemyslaw. On 09/21/2015 09:26 PM, Przemyslaw Marczak wrote: > The proper CPU ID for those Exynos variants is 0x5422, > but before the 0x5800 was set. This commit fix this back. > > Changes: > - set cpu id to 0x5422 instead of 0x5800 > - remove macro proid_is_exynos5800() > - add macro proid

[U-Boot] [PATCH V2 04/11] Exynos5422/5800: set cpu id to 0x5422

2015-09-21 Thread Przemyslaw Marczak
The proper CPU ID for those Exynos variants is 0x5422, but before the 0x5800 was set. This commit fix this back. Changes: - set cpu id to 0x5422 instead of 0x5800 - remove macro proid_is_exynos5800() - add macro proid_is_exynos5422() - change the calls to proid_is_exynos5800() with new macro Sign