X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fpcm058.h;h=4d4185b466872f91663dbbac29d5a0e1d0400d86;hb=0154e6de37e8bbaac837939391f6d4a8f0b3fd18;hp=bc48e809498a6cda13a5f761a9f3500c0d73e00a;hpb=3da9630b8c4c7dc61090ef43b7be4aaadf7e735b;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h index bc48e80..4d4185b 100644 --- a/include/configs/pcm058.h +++ b/include/configs/pcm058.h @@ -14,12 +14,8 @@ #define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024) -/* Size of malloc() pool */ -#define CONFIG_SYS_MALLOC_LEN (8 * SZ_1M) - /* Enable NAND support */ #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define CONFIG_SYS_NAND_ONFI_DETECTION /* Physical Memory Map */ #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR @@ -60,6 +56,4 @@ "optargs=rw rootwait\0" \ ENV_MMC \ ENV_NAND - -#define CONFIG_BOOTCOMMAND "run mmcboot;run nandboot" #endif