diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/rockchip/rk3288/bootblock.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3288/bootblock.c b/src/soc/rockchip/rk3288/bootblock.c index 60ead64785..a821ef1401 100644 --- a/src/soc/rockchip/rk3288/bootblock.c +++ b/src/soc/rockchip/rk3288/bootblock.c @@ -8,6 +8,9 @@ #include <soc/timer.h> #include <symbols.h> +_Static_assert(!CONFIG(CBFS_VERIFICATION), + "RK3288 doesn't have enough PRERAM_CBFS_CACHE to support the FMAP mapping needed for CBFS verification"); + void bootblock_soc_init(void) { rkclk_init(); |