X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fe500.h;h=f8c82661a2d18af069c2ee9aa75f139b45f5a082;hb=f8d7b56e003fe19f37d4e9e326df9e9024a052b0;hp=1971eee291af8fa3dbcb53a749581f942020e6d6;hpb=694976afa5dcc5c4e7eaeaa0612eac35cd5bd8ec;p=u-boot diff --git a/include/e500.h b/include/e500.h index 1971eee291..f8c82661a2 100644 --- a/include/e500.h +++ b/include/e500.h @@ -10,9 +10,11 @@ typedef struct { - unsigned long freqProcessor; + unsigned long freqProcessor[CONFIG_MAX_CPUS]; unsigned long freqSystemBus; unsigned long freqDDRBus; + unsigned long freqLocalBus; + unsigned long freqQE; } MPC85xx_SYS_INFO; #endif /* _ASMLANGUAGE */