X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fe500.h;h=f8c82661a2d18af069c2ee9aa75f139b45f5a082;hb=f8d7b56e003fe19f37d4e9e326df9e9024a052b0;hp=9d3c8417c01ae31df7b7479226b44741f9f9e535;hpb=4d0b54685c5c656023b826089ef8cc0ea1c5cd9e;p=u-boot diff --git a/include/e500.h b/include/e500.h index 9d3c8417c0..f8c82661a2 100644 --- a/include/e500.h +++ b/include/e500.h @@ -10,10 +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 */