global: Move remaining CONFIG_SYS_* to CFG_SYS_*
[platform/kernel/u-boot.git] / board / isee / igep00x0 / igep00x0.c
index 6c5e6fb..f159930 100644 (file)
@@ -82,7 +82,7 @@ int onenand_board_init(struct mtd_info *mtd)
 {
        if (gpmc_cs0_flash == MTD_DEV_TYPE_ONENAND) {
                struct onenand_chip *this = mtd->priv;
-               this->base = (void *)CONFIG_SYS_ONENAND_BASE;
+               this->base = (void *)CFG_SYS_ONENAND_BASE;
                return 0;
        }
        return 1;