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

2015-10-29 Thread Anand Moon
hi, On 27 October 2015 at 17:37, 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_is_exy

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

2015-10-27 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