X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fblanche.h;h=8c1959d264cb66443d6f2fe8a545f749ea8be5f0;hb=e89f8aae3d67cd3d2d04cedd9735c5e5fd32b621;hp=ce7c7164659cb597b5e59d3f472ce7557e7643e3;hpb=795428fc679fb74734a7144498a00e2274214f03;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/blanche.h b/include/configs/blanche.h index ce7c716..8c1959d 100755 --- a/include/configs/blanche.h +++ b/include/configs/blanche.h @@ -11,7 +11,6 @@ #define __BLANCHE_H #undef DEBUG -#define CONFIG_R8A7792 #define CONFIG_RMOBILE_BOARD_STRING "Blanche" #include "rcar-gen2-common.h" @@ -33,18 +32,14 @@ #define CONFIG_SYS_MEMTEST_START (RCAR_GEN2_SDRAM_BASE) #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 504 * 1024 * 1024) -#undef CONFIG_SYS_ALT_MEMTEST #undef CONFIG_SYS_MEMTEST_SCRATCH #undef CONFIG_SYS_LOADS_BAUD_CHANGE /* FLASH */ #if !defined(CONFIG_MTD_NOR_FLASH) -#define CONFIG_SYS_TEXT_BASE 0x40000000 #define CONFIG_SPI -#define CONFIG_SH_QSPI #define CONFIG_SH_QSPI_BASE 0xE6B10000 #else -#define CONFIG_SYS_TEXT_BASE 0x00000000 #define CONFIG_SYS_FLASH_CFI #define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_16BIT #define CONFIG_FLASH_CFI_DRIVER @@ -99,6 +94,5 @@ /* SDHI */ #define CONFIG_SH_SDHI_FREQ 97500000 -#define HAVE_BLOCK_DEVICE #endif /* __BLANCHE_H */