]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/xilinx/zynq/board.c
zynq: Move bootmode to headers
[karo-tx-uboot.git] / board / xilinx / zynq / board.c
index 16d2d99cae08af9f979d43f8191806b7e167ef28..82f2345c956b2bb61ae8398371a8f473c28bace8 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-/* Bootmode setting values */
-#define ZYNQ_BM_MASK           0x0F
-#define ZYNQ_BM_NOR            0x02
-#define ZYNQ_BM_SD             0x05
-#define ZYNQ_BM_JTAG           0x0
-
 #ifdef CONFIG_FPGA
 Xilinx_desc fpga;