diff options
Diffstat (limited to 'include/configs/gcplus.h')
-rw-r--r-- | include/configs/gcplus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/gcplus.h b/include/configs/gcplus.h index dbb8dec..b68a2dc 100644 --- a/include/configs/gcplus.h +++ b/include/configs/gcplus.h @@ -40,7 +40,8 @@ * boot ROM leaves the MMU enabled when it passes control to U-Boot. So * we use lowlevel_init (CONFIG_INIT_CRITICAL) to remedy that problem. */ -#define CONFIG_INIT_CRITICAL +#undef CONFIG_SKIP_LOWLEVEL_INIT +#define CONFIG_SKIP_RELOCATE_UBOOT 1 /* * High Level Configuration Options |