X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Finclude%2Fasm%2F8xx_immap.h;h=01129ed4f0e745aeea3bd56808abaf0b787ddbc7;hb=fbbbc86e8ebac4f42f4ca39ceba80cea27c983bc;hp=40679cb2b068e6f228fa8f7ecd47cfddcb952784;hpb=500fbae2043532275e09a8666d837d052c9bad9a;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/powerpc/include/asm/8xx_immap.h b/arch/powerpc/include/asm/8xx_immap.h index 40679cb..01129ed 100644 --- a/arch/powerpc/include/asm/8xx_immap.h +++ b/arch/powerpc/include/asm/8xx_immap.h @@ -485,7 +485,12 @@ typedef struct comm_proc { * Some processors don't have all of it populated. */ u_char cp_dpmem[0x1C00]; /* BD / Data / ucode */ - u_char cp_dparam[0x400]; /* Parameter RAM */ + + /* Parameter RAM */ + union { + u_char cp_dparam[0x400]; + u16 cp_dparam16[0x200]; + }; } cpm8xx_t; /* Internal memory map.