rockchip: board: lion-rk3368: reduce env-size default to 8KiB
[oweals/u-boot.git] / board / theobroma-systems / lion_rk3368 / Kconfig
index d7aa487abd4f86c166c2e3e62a4ecfa013c5a9bb..fddbf826df128e0c9656880c630d1db33eb842fc 100644 (file)
@@ -12,4 +12,10 @@ config SYS_CONFIG_NAME
 config BOARD_SPECIFIC_OPTIONS # dummy
        def_bool y
 
+config ENV_SIZE
+       default 0x2000
+
+config ENV_OFFSET
+       default 0x3c000 if ENV_IS_IN_SPI_FLASH
+
 endif