X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2FCPCI750.h;h=03756c3b242ca8ca7dde1d3ac1c200c6184ff968;hb=00b1883a4cac59d97cd297b1a3a398db85982865;hp=48e29a20876cd2330ec4c8fa68c2564372aed573;hpb=5728be389e65fd47f34b33c2596271eb4db751ae;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/CPCI750.h b/include/configs/CPCI750.h index 48e29a2..03756c3 100644 --- a/include/configs/CPCI750.h +++ b/include/configs/CPCI750.h @@ -61,6 +61,8 @@ #undef CONFIG_ECC /* enable ECC support */ +#define CONFIG_HIGH_BATS 1 /* High BATs supported */ + /* which initialization functions to call for this board */ #define CONFIG_MISC_INIT_R #define CONFIG_BOARD_PRE_INIT @@ -292,7 +294,7 @@ * FLASH related *----------------------------------------------------------------------*/ -#define CFG_FLASH_CFI_DRIVER +#define CONFIG_FLASH_CFI_DRIVER #define CFG_FLASH_CFI 1 /* Flash is CFI conformant */ #define CFG_FLASH_PROTECTION 1 /* use hardware protection */ #define CFG_FLASH_USE_BUFFER_WRITE 1 /* use buffered writes (20x faster) */