diff options
| author | Piotr Wilczek <[email protected]> | 2012-09-20 00:20:00 +0000 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2012-11-15 21:08:18 +0900 |
| commit | 11a447983f0207e3a0146f4898a14b1d84365e2d (patch) | |
| tree | a0a538436311b57804b6702b75dfbe1858c5d3dc /include | |
| parent | ea7991b8f14f258713e8a8ac89cdc6739d487383 (diff) | |
arm:exynos4:universal: Eliminated low level init
Low level initialisation is done by another bootloader
Signed-off-by: Piotr Wilczek <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
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 5fc61364355..07849fb1b26 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)) |
