X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fdurian.h;h=8f0e8be433073b5be64e4a15317e6a14e0caa789;hb=aec118ebe63f7f0ab60916f9906fb3cb680abf7a;hp=fa48e5c0240077c4d7532bc5a8ef7eab178cb63a;hpb=4b19b89ca4a866b7baa642533e6dbd67cd832d27;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/durian.h b/include/configs/durian.h index fa48e5c..8f0e8be 100644 --- a/include/configs/durian.h +++ b/include/configs/durian.h @@ -13,26 +13,7 @@ #define PHYS_SDRAM_1_SIZE 0x7B000000 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 -#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x10000000) - -/* Size of Malloc Pool */ -#define CONFIG_SYS_MALLOC_LEN (1 * 1024 * 1024 + CONFIG_ENV_SIZE) - -#define CONFIG_SYS_INIT_SP_ADDR (0x88000000 - 0x100000) - -/* PCI CONFIG */ -#define CONFIG_SYS_PCI_64BIT 1 -#define CONFIG_PCI_SCAN_SHOW - -/* SCSI */ -#define CONFIG_SYS_SCSI_MAX_SCSI_ID 4 -#define CONFIG_SYS_SCSI_MAX_LUN 1 -#define CONFIG_SYS_SCSI_MAX_DEVICE 128 -#define CONFIG_SCSI_AHCI_PLAT -#define CONFIG_SYS_SATA_MAX_DEVICE 4 - /* BOOT */ -#define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024) #define CONFIG_EXTRA_ENV_SETTINGS \ "load_kernel=ext4load scsi 0:1 0x90100000 uImage-2004\0" \