diff mbox

[U-Boot,2/7] peach-pi: define CPU name for SoC Exynos5800

Message ID 1440770374-11501-3-git-send-email-p.marczak@samsung.com
State Changes Requested
Delegated to: Minkyu Kang
Headers show

Commit Message

Przemyslaw Marczak Aug. 28, 2015, 1:59 p.m. UTC
This platform is based on Exynos5800 but the cpu id is 0x5422.
This doesn't fit the common Exynos SoC name convention, so now,
the CPU name is defined in config, to be printed properly.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
---
 include/configs/peach-pi.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/include/configs/peach-pi.h b/include/configs/peach-pi.h
index 6c42aaa..0d7bc96 100644
--- a/include/configs/peach-pi.h
+++ b/include/configs/peach-pi.h
@@ -9,6 +9,8 @@ 
 #ifndef __CONFIG_PEACH_PI_H
 #define __CONFIG_PEACH_PI_H
 
+#define CONFIG_CPU_NAME		"Exynos5800"
+
 #define MEM_LAYOUT_ENV_SETTINGS \
 	"bootm_size=0x10000000\0" \
 	"kernel_addr_r=0x22000000\0" \