nyan-blaze: Correct indentation for sdram configs

This corrects indentation for sdram configs in nyan_blaze.

Change-Id: Ia9ad2a37c6e3b79e1260f490db893244c32685b6
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-on: https://review.coreboot.org/16342
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Paul Kocialkowski 2016-08-28 17:39:11 +02:00 committed by Martin Roth
parent c3d74273a7
commit fe349392a4
1 changed files with 9 additions and 9 deletions

View File

@ -19,18 +19,18 @@
#include "sdram_configs.h"
static struct sdram_params sdram_configs[] = {
#include "bct/sdram-hynix-2GB-792.inc" /* ram_code = 0000 */
#include "bct/sdram-hynix-2GB-792.inc" /* ram_code = 0000 */
#include "bct/sdram-micron-2GB-792.inc" /* ram_code = 0001 */
#include "bct/sdram-samsung-2GB-792.inc" /* ram_code = 0010 */
#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 0011 */
#include "bct/sdram-micron-2GB-792.inc" /* ram_code = 0100 */
#include "bct/sdram-hynix-C-2GB-792.inc" /* ram_code = 0101 */
#include "bct/sdram-samsung-2GB-792.inc" /* ram_code = 0010 */
#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 0011 */
#include "bct/sdram-micron-2GB-792.inc" /* ram_code = 0100 */
#include "bct/sdram-hynix-C-2GB-792.inc" /* ram_code = 0101 */
#include "bct/sdram-unused.inc" /* ram_code = 0110 */
#include "bct/sdram-unused.inc" /* ram_code = 0111 */
#include "bct/sdram-hynix-4GB-792.inc" /* ram_code = 1000 */
#include "bct/sdram-micron-4GB-792.inc" /* ram_code = 1001 */
#include "bct/sdram-samsung-4GB-792.inc" /* ram_code = 1010 */
#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 1011 */
#include "bct/sdram-hynix-4GB-792.inc" /* ram_code = 1000 */
#include "bct/sdram-micron-4GB-792.inc" /* ram_code = 1001 */
#include "bct/sdram-samsung-4GB-792.inc" /* ram_code = 1010 */
#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 1011 */
#include "bct/sdram-unused.inc" /* ram_code = 1100 */
#include "bct/sdram-unused.inc" /* ram_code = 1101 */
#include "bct/sdram-unused.inc" /* ram_code = 1110 */