mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: nyan-blaze: Correct indentation for sdram configs
This corrects indentation for sdram configs in nyan_blaze. BUG=None BRANCH=None TEST=None 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> Change-Id: Ia9ad2a37c6e3b79e1260f490db893244c32685b6 Reviewed-on: https://chromium-review.googlesource.com/380977 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
a94a2572bb
commit
45129d71cc
1 changed files with 9 additions and 9 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue