]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: atmel: sam9m10g45ek: let CONFIG_SYS_NO_FLASH at proper position
authorBo Shen <voice.shen@atmel.com>
Wed, 20 Nov 2013 03:17:16 +0000 (11:17 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Sun, 1 Dec 2013 21:38:53 +0000 (22:38 +0100)
commit782358fb7628bd97aa9e14ee91a171686fbf631a
tree847ce84e1bfe03f791e1525c7e60179ba3d1677a
parent4535a24c0c06e367bc40c43b4807bdb335513a1a
arm: atmel: sam9m10g45ek: let CONFIG_SYS_NO_FLASH at proper position

In config_cmd_default.h, it will use CONFIG_SYS_NO_FLASH to decide
whether include CONFIG_CMD_FLASH and CONFIG_CMD_IMLS. So, if the
CONFIG_SYS_NO_FLASH defined later than include/config_cmd_default.h,
These two commands will be included always.

So move CONFIG_SYS_NO_FLASH definition to proper position.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
include/configs/at91sam9m10g45ek.h