Added primary and secondary bootloaders
[openwrt-10.03/.git] / target / linux / at91-2.6 / image / u-boot / patches / 004-mac_config.patch
1 --- u-boot-1.1.4.ttt/include/configs/vlink.h    2006-06-05 15:57:37.000000000 +0200
2 +++ u-boot-1.1.4/include/configs/vlink.h        2006-06-07 13:11:01.000000000 +0200
3 @@ -105,9 +105,9 @@
4  
5  #define CONFIG_COMMANDS                \
6                        ((CONFIG_CMD_DFL | CFG_CMD_MII |\
7 -                       CFG_CMD_DHCP ) & \
8 -                     ~(CFG_CMD_BDI | \
9 -                       CFG_CMD_IMI | \
10 +                       CFG_CMD_DHCP | \
11 +                       CFG_CMD_BDI ) & \
12 +                     ~(CFG_CMD_IMI | \
13                         CFG_CMD_AUTOSCRIPT | \
14                         CFG_CMD_FPGA | \
15                         CFG_CMD_MISC | \