diff options
author | Piotr Wilczek <p.wilczek@samsung.com> | 2012-09-20 00:20:00 +0000 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2012-11-15 21:08:18 +0900 |
commit | 11a447983f0207e3a0146f4898a14b1d84365e2d (patch) | |
tree | a0a538436311b57804b6702b75dfbe1858c5d3dc /include | |
parent | ea7991b8f14f258713e8a8ac89cdc6739d487383 (diff) | |
download | u-boot-imx-11a447983f0207e3a0146f4898a14b1d84365e2d.zip u-boot-imx-11a447983f0207e3a0146f4898a14b1d84365e2d.tar.gz u-boot-imx-11a447983f0207e3a0146f4898a14b1d84365e2d.tar.bz2 |
arm:exynos4:universal: Eliminated low level init
Low level initialisation is done by another bootloader
Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/s5pc210_universal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 5fc6136..07849fb1 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -56,6 +56,8 @@ #define CONFIG_INITRD_TAG #define CONFIG_REVISION_TAG #define CONFIG_CMDLINE_EDITING +#define CONFIG_SKIP_LOWLEVEL_INIT +#define CONFIG_BOARD_EARLY_INIT_F /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (1 << 20)) |