]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: atmel: at91sam9x5: move CONFIG_SYS_NO_FLASH to proper position
authorBo Shen <voice.shen@atmel.com>
Tue, 10 Dec 2013 08:14:02 +0000 (16:14 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Tue, 17 Dec 2013 16:21:18 +0000 (17:21 +0100)
commitd51a2a2d63d83207b56a7aef7a191d081058d6ae
tree4e01f94fad3ed1e57d3d2640139397110edc6814
parent1ae37be7822858dead80c53ffa65733948ecda32
arm: atmel: at91sam9x5: move CONFIG_SYS_NO_FLASH to 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, move the
CONFIG_SYS_NO_FLASH to proper position, then we don't need to undef
these two commands.

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