uboot/arch/arm/mach-exynos
Przemyslaw Marczak d64c8adedc Exynos5422/5800: set cpu id to 0x5422
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

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Simon Glass <sjg@chromium.org>
Tested-by: Anand Moon <linux.amoon@gmail.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-11-02 10:37:59 +09:00
..
include/mach Exynos5422/5800: set cpu id to 0x5422 2015-11-02 10:37:59 +09:00
Kconfig of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL 2015-08-18 13:46:04 -04:00
Makefile
clock.c Exynos5422/5800: set cpu id to 0x5422 2015-11-02 10:37:59 +09:00
clock_init.h
clock_init_exynos4.c
clock_init_exynos5.c Exynos5422/5800: set cpu id to 0x5422 2015-11-02 10:37:59 +09:00
common_setup.h Exynos5422/5800: set cpu id to 0x5422 2015-11-02 10:37:59 +09:00
config.mk
dmc_common.c
dmc_init_ddr3.c
dmc_init_exynos4.c
exynos4_setup.h
exynos5_setup.h
lowlevel_init.c
pinmux.c Exynos5422/5800: set cpu id to 0x5422 2015-11-02 10:37:59 +09:00
power.c Exynos5422/5800: set cpu id to 0x5422 2015-11-02 10:37:59 +09:00
sec_boot.S
soc.c
spl_boot.c
system.c
tzpc.c