
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 04/20/2016 09:21 AM, Tom Rini wrote:
On Tue, Apr 19, 2016 at 08:41:52PM -0500, Dinh Nguyen wrote:
Move common config options like these to socfpga_*_defconfig:
CONFIG_CMD_ASKENV CONFIG_CMD_BOOTZ CONFIG_CMD_CACHE CONFIG_CMD_DHCP CONFIG_CMD_EXT4 CONFIG_CMD_EXT4_WRITE CONFIG_CMD_FAT CONFIG_CMD_FS_GENERIC CONFIG_CMD_GREPENV CONFIG_CMD_MEMTEST CONFIG_CMD_MII CONFIG_CMD_MMC CONFIG_CMD_PING CONFIG_CMD_SF CONFIG_CMD_SPI CONFIG_CMD_TIME
to avoid defining them in individual SoCFPGA config files.
So this is the tricky part, yes. You need to be able to use moveconfig.py to update _everyone_ and this easily conflicts (so don't do it right now, I have some stuff to push out that would cause it to conflict). I think I'll see if I can do this part, globally instead after applying your 1/2. Thanks!
Ok, let me resend 1/2 because I noticed that it had a duplicate defconfi g.
Thanks, Dinh