Skip to content
Snippets Groups Projects
Commit a08a649d authored by Łukasz Majewski's avatar Łukasz Majewski
Browse files

onenand: samsung: Enable OneNAND support at Samsung's Exynos4210


Enable OneNAND support for Exynos4210 (C210 universal).

Signed-off-by: default avatarLukasz Majewski <l.majewski@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
parent e26fd3d3
No related branches found
No related tags found
No related merge requests found
...@@ -233,6 +233,7 @@ ...@@ -233,6 +233,7 @@
#define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */ #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */
#define CONFIG_USE_ONENAND_BOARD_INIT #define CONFIG_USE_ONENAND_BOARD_INIT
#define CONFIG_SAMSUNG_ONENAND
#define CONFIG_SYS_ONENAND_BASE 0x0C000000 #define CONFIG_SYS_ONENAND_BASE 0x0C000000
#define CONFIG_ENV_IS_IN_MMC 1 #define CONFIG_ENV_IS_IN_MMC 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment