X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flattice.h;h=49871da22d97213b10d31aa0f27af9e421022251;hb=f0df254663d44f7fd4b714542bb4602626837465;hp=6a2cf93db123a43728c82d67ffe0dc3e7742d617;hpb=5c877b1ae0a4219ed6bd8d32cf3f7106b81ecb3b;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/lattice.h b/include/lattice.h index 6a2cf93..49871da 100644 --- a/include/lattice.h +++ b/include/lattice.h @@ -278,9 +278,6 @@ typedef struct { char *desc; /* description string */ } Lattice_desc; /* end, typedef Altera_desc */ -/* Lattice Model Type */ -#define CONFIG_SYS_XP2 CONFIG_SYS_FPGA_DEV(0x1) - /* Board specific implementation specific function types */ typedef void (*Lattice_jtag_init)(void); typedef void (*Lattice_jtag_set_tdi)(int v);