i855: Remove useless memctrl indirection.
[coreboot.git] / README
diff --git a/README b/README
index 9438f4bbe0c969ca1a7ba710b20d21a5a047817a..d87969559f5badc73d0fbfe9c04b451f2f579e01 100644 (file)
--- a/README
+++ b/README
@@ -34,7 +34,6 @@ Build Requirements
 
  * gcc / g++
  * make
 
  * gcc / g++
  * make
- * python
 
 Optional:
 
 
 Optional:
 
@@ -42,6 +41,7 @@ Optional:
  * iasl (for targets with ACPI support)
  * gdb (for better debugging facilities on some targets)
  * ncurses (for 'make menuconfig')
  * iasl (for targets with ACPI support)
  * gdb (for better debugging facilities on some targets)
  * ncurses (for 'make menuconfig')
+ * flex and bison (for regenerating parsers)
 
 
 Building coreboot
 
 
 Building coreboot
@@ -51,7 +51,7 @@ Please consult http://www.coreboot.org/Build_HOWTO for details.
 
 
 Testing coreboot Without Modifying Your Hardware
 
 
 Testing coreboot Without Modifying Your Hardware
--------------------------------------------------
+------------------------------------------------
 
 If you want to test coreboot without any risks before you really decide
 to use it on your hardware, you can use the QEMU system emulator to run
 
 If you want to test coreboot without any risks before you really decide
 to use it on your hardware, you can use the QEMU system emulator to run