diff options
Diffstat (limited to 'configs/x600_defconfig')
-rw-r--r-- | configs/x600_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/x600_defconfig b/configs/x600_defconfig index 7cd239b785..ad990df869 100644 --- a/configs/x600_defconfig +++ b/configs/x600_defconfig @@ -1,6 +1,6 @@ -CONFIG_SPL=y CONFIG_ARM=y CONFIG_TARGET_X600=y -CONFIG_ETH_DESIGNWARE=y -CONFIG_NETDEVICES=y CONFIG_NET=y +CONFIG_NETDEVICES=y +CONFIG_SPL=y +CONFIG_ETH_DESIGNWARE=y |