Fix incorrect use of getenv() before relocation
[oweals/u-boot.git] / board / amcc / taihu / flash.c
index 497fdb963cd8baad0f1755e3886f7b15360c20cc..e9fbbb1029e237a7aa5b59722f73314be8ba25e6 100644 (file)
@@ -29,7 +29,7 @@
  */
 
 #include <common.h>
-#include <ppc4xx.h>
+#include <asm/ppc4xx.h>
 #include <asm/processor.h>
 
 flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS];   /* info for FLASH chips        */