X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fpoplar.h;h=c58105597e47f78c0f1d14c4708e0903e470e9bb;hb=e9dcd5b40236b82672117464564d38511f1f7a0b;hp=52285db27eb86ff26766a6867c0f9c9f5e47e711;hpb=cf493582f83cd4d2808a0ff2c2d463c39a6155ff;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/poplar.h b/include/configs/poplar.h index 52285db..c581055 100644 --- a/include/configs/poplar.h +++ b/include/configs/poplar.h @@ -16,13 +16,10 @@ /* DRAM banks */ /* SYS */ -#define CONFIG_SYS_BOOTM_LEN SZ_64M -#define CONFIG_SYS_INIT_SP_ADDR 0x200000 /* ATF bl33.bin load address (must match) */ /* USB configuration */ -#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 /***************************************************************************** * Initial environment variables @@ -32,9 +29,7 @@ func(USB, usb, 0) \ func(MMC, mmc, 0) \ func(DHCP, dhcp, na) -#ifndef CONFIG_SPL_BUILD #include -#endif #define CONFIG_EXTRA_ENV_SETTINGS \ "loader_mmc_blknum=0x0\0" \ @@ -49,7 +44,4 @@ "ramdisk_addr_r=0x32400000\0" \ BOOTENV -/* Monitor Command Prompt */ -#define CONFIG_SYS_CBSIZE 512 - #endif /* _POPLAR_H_ */