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

Przemyslaw Marczak p.marczak at samsung.com
Fri Aug 28 15:59:29 CEST 2015


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 at samsung.com>
---
 include/configs/peach-pi.h | 2 ++
 1 file changed, 2 insertions(+)

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" \
-- 
1.9.1



More information about the U-Boot mailing list