diff options
| author | Tom Rini <[email protected]> | 2018-11-26 13:45:29 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-11-26 15:52:39 -0500 |
| commit | ef0b75d3d8afccebd3b9822de6bcae358d4bc0e3 (patch) | |
| tree | 9a1e0c04a8a3ecd641f0e219991eaf6ce98eefed /include/common.h | |
| parent | 6b21502229035779059493b2193fd790448fe85e (diff) | |
| parent | 52923c6db7f00e0197ec894c8c1bb8a7681974bb (diff) | |
Merge git://git.denx.de/u-boot-riscv
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/common.h b/include/common.h index 3f699438875..8b561370326 100644 --- a/include/common.h +++ b/include/common.h @@ -549,11 +549,6 @@ int cpu_release(u32 nr, int argc, char * const argv[]); #endif #endif -#ifdef CONFIG_INIT_CRITICAL -#error CONFIG_INIT_CRITICAL is deprecated! -#error Read section CONFIG_SKIP_LOWLEVEL_INIT in README. -#endif - #define ROUND(a,b) (((a) + (b) - 1) & ~((b) - 1)) /* |
