]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
MIPS: VCT: Fix enabling of unwanted options if networking or USB support are disabled
authorDaniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Thu, 3 Feb 2011 13:17:08 +0000 (14:17 +0100)
committerShinya Kuribayashi <skuribay@pobox.com>
Sat, 5 Feb 2011 08:15:05 +0000 (17:15 +0900)
commit383015b2cc509266da01444bb4b117cf2aeb591a
treecf9c2a4b3a6ff34a6d978c2f79a7d44cdff44953
parentf69b980d108b5f15ca7dd3f4284d5a66488c3625
MIPS: VCT: Fix enabling of unwanted options if networking or USB support are disabled

Some VCT boards lacks the support of networking or USB.
Additionally that support is disabled in small image
configurations.

If CONFIG_CMD_NET should not used the CONFIG_CMD_NFS option
have to be disabled too. Otherwise the linker fails with
unresolved symbols.

If CONFIG_VCT_SMALL_IMAGE is set than CONFIG_CMD_NET and
CONFIG_CMD_USB are disabled at the end of vct.h.
This is not adequate because CONFIG_CMD_USB enables additional
options and the linker fails again with unresolved symbols.

This patch adds an early check against CONFIG_VCT_SMALL_IMAGE
so the additional options are only enabled if they are really
needed.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Acked-by: Stefan Roese <sr@denx.de>
Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
include/configs/vct.h