]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_mips/board.c
[BUILD] Generate include/autoconf.mk from board config files
[karo-tx-uboot.git] / lib_mips / board.c
index 91ccec04df76b04ed20816a212176a2857d8e040..c1a0acf46986e00e229be005c054f46fba497182 100644 (file)
@@ -62,6 +62,11 @@ static ulong mem_malloc_start;
 static ulong mem_malloc_end;
 static ulong mem_malloc_brk;
 
+/*
+ * mips_io_port_base is the begin of the address space to which x86 style
+ * I/O ports are mapped.
+ */
+unsigned long mips_io_port_base = -1;
 
 /*
  * The Malloc area is immediately below the monitor copy in DRAM