Merge tag 'u-boot-rockchip-20200708' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / include / env_default.h
index a657927..8a0c305 100644 (file)
@@ -83,9 +83,6 @@ const uchar default_environment[] = {
 #ifdef CONFIG_LOADADDR
        "loadaddr="     __stringify(CONFIG_LOADADDR)    "\0"
 #endif
-#ifdef CONFIG_CLOCKS_IN_MHZ
-       "clocks_in_mhz=1\0"
-#endif
 #if defined(CONFIG_PCI_BOOTDELAY) && (CONFIG_PCI_BOOTDELAY > 0)
        "pcidelay="     __stringify(CONFIG_PCI_BOOTDELAY)"\0"
 #endif