Use defines for selecting commands instead of bitmask
authorPiotr Dymacz <pepe2k@gmail.com>
Sat, 20 Aug 2016 20:04:22 +0000 (22:04 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Sat, 20 Aug 2016 20:04:22 +0000 (22:04 +0200)
commit9e7a8f2045e47790668fda7793dc12b283263653
treef41bcdbee49773792414a13abcb140910dbdfbef
parentf66482e457e84a275cbfe719904355bafb022a81
Use defines for selecting commands instead of bitmask

Bitmask limits number of commands which can be predefined,
so switch to the approach already used in mainline version.
32 files changed:
u-boot/board/ar7240/common/qca-eth-953x.c
u-boot/common/cmd_bootm.c
u-boot/common/cmd_flash.c
u-boot/common/cmd_itest.c
u-boot/common/cmd_load.c
u-boot/common/cmd_mem.c
u-boot/common/cmd_net.c
u-boot/common/cmd_nvedit.c
u-boot/common/command.c
u-boot/common/env_flash.c
u-boot/common/hush.c
u-boot/common/main.c
u-boot/cpu/mips/ar7240/ag7240.c
u-boot/cpu/mips/ar7240/ag934x.c
u-boot/include/asm-mips/bitops.h
u-boot/include/cmd_confdefs.h [deleted file]
u-boot/include/common.h
u-boot/include/configs/ap121.h
u-boot/include/configs/ap143.h
u-boot/include/configs/db12x.h
u-boot/include/lcd.h
u-boot/include/net.h
u-boot/lib_mips/board.c
u-boot/net/bootp.c
u-boot/net/bootp.h
u-boot/net/eth.c
u-boot/net/net.c
u-boot/net/nfs.c
u-boot/net/rarp.c
u-boot/net/sntp.c
u-boot/net/tftp.c
u-boot/rtc/date.c