Rock Pi S Debian Image not booting with I2C enabled

Hi, I am facing an issue of the rock pi-s not able to boot after making changes in the boot/uEnv.txt file. After adding the rk3308-i2c1 in the overlays argument, the rock pi-s does not boot.

The uEnv.txt is here

verbosity=7
fdtfile=rockchip/rk3308-rock-pi-s.dtb
console=ttyS0,1500000n8
overlays=rk3308-uart0 rk3308-spi-spidev rk3308-uart3 rk3308-pwm1 rk3308-pwm2 rk3308-pwm3 rk3308-i2c1
rootuuid=2a975457-7408-4fda-bd37-22b8d2df5b6f

param_spidev_spi_bus=2
param_spidev_spi_cs=0
param_spidev_max_freq=10000000
initrdsize=0x5cb4c6
kernelversion=4.4.143-69-rockchip-g8ccef796d27d
initrdimg=initrd.img-4.4.143-69-rockchip-g8ccef796d27d
kernelimg=vmlinuz-4.4.143-69-rockchip-g8ccef796d27d

If I remove the i2c1 option from overlays, it boots successfully.
Why would this be happening?