diff options
author | Lukasz Majewski <l.majewski@samsung.com> | 2011-11-09 11:06:14 +0100 |
---|---|---|
committer | Lukasz Majewski <l.majewski@samsung.com> | 2012-04-04 17:10:06 +0200 |
commit | a08a649d7034333a3f47d11fa76f98abac70a256 (patch) | |
tree | 05415fcf097980cca79f91003d453fcba3b10bdf | |
parent | e26fd3d3bfcf9a425b57defeb91b4e088392e3d9 (diff) | |
download | u-boot-imx-a08a649d7034333a3f47d11fa76f98abac70a256.zip u-boot-imx-a08a649d7034333a3f47d11fa76f98abac70a256.tar.gz u-boot-imx-a08a649d7034333a3f47d11fa76f98abac70a256.tar.bz2 |
onenand: samsung: Enable OneNAND support at Samsung's Exynos4210
Enable OneNAND support for Exynos4210 (C210 universal).
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
-rw-r--r-- | include/configs/s5pc210_universal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 8286680..1301275 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -233,6 +233,7 @@ #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */ #define CONFIG_USE_ONENAND_BOARD_INIT +#define CONFIG_SAMSUNG_ONENAND #define CONFIG_SYS_ONENAND_BASE 0x0C000000 #define CONFIG_ENV_IS_IN_MMC 1 |