commit | 42f7ebb82bce6f145ded1a469b1377fee34d32fa | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Jul 26 10:37:54 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:05 2015 +0200 |
tree | 0a54416009bf9c8d5c8c4235b0a5603062d37663 | |
parent | d04941cf3314c4b1f75f5c5d543b0c6257eff1ee [diff] |
ddr: altera: Move struct sdram_prot_rule prototype Move the structure prototype from sdram.h header file into sdram.c source file, since it is used only there and for local purpose only. There is no point in having it global. While at this move, fix the data types in the structure from uintNN_t to uNN and fix the coding style a bit. Signed-off-by: Marek Vasut <marex@denx.de>